summaryrefslogtreecommitdiff
path: root/templates/root.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.twig')
-rw-r--r--templates/root.twig11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/root.twig b/templates/root.twig
index 9c3534e..8be64dd 100644
--- a/templates/root.twig
+++ b/templates/root.twig
@@ -1,14 +1,11 @@
-<html>
+<html> <link rel="/favicon.ico" href="#">
+
<head>
<title>Elements</title>
-
{% block css %}{% endblock %}
</head>
<body>
-{% block body %}{% endblock %}
-<script>
-
-</script>
-{% block js %}{% endblock %}
+ {% block body %}{% endblock %}
+ {% block js %}{% endblock %}
</body>
</html> \ No newline at end of file