diff --git a/.gitignore b/.gitignore index 4478b19..cbb721f 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,6 @@ dmypy.json cython_debug/ # PyCharm -.idea/ \ No newline at end of file +.idea/ + +html/ \ No newline at end of file diff --git a/src/templates/index.html b/src/templates/index.html index ca0afec..6e0ae1d 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,150 +3,248 @@ - Endpoints manager + Endpoint Manager -

Endpoints manager

- - - - - - - - - - - {% for endpoint in endpoints %} - - - - - - {% endfor %} - -
IDURLAction
{{ endpoint.id }}{{ endpoint.url }} -
- - -
-
+
+

Endpoint Manager

+ + + + + + + + + + {% for endpoint in endpoints %} + + + + + + {% endfor %} + +
IDURLAction
{{ endpoint.id }}{{ endpoint.url }} +
+ + +
+
+