summaryrefslogtreecommitdiff
path: root/src/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base.html')
-rw-r--r--src/templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/base.html b/src/templates/base.html
index 54c9c5e..c600ebf 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -9,12 +9,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="main.js" defer></script>
{% endblock %}
- <meta http-equiv="refresh" content="10">
</head>
<body>
-
+
<div id="root-container">
-
+
{% block content %}
{% endblock %}