diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8084b5b..e555990 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,6 +4,7 @@
"source.organizeImports.ruff": "always",
"source.sort.json": "always"
},
+ "editor.formatOnSave": true,
"python.languageServer": "None",
"scss-to-css-compile.browsers": [
"ie > 9",
diff --git a/web/index.html b/web/index.html
index c236889..a5e4aa0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -7,9 +7,13 @@
+
+
+
+
-
+
{% block head %}
{% endblock %}