summaryrefslogtreecommitdiff
path: root/src/templates/base.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-29 23:03:07 +0200
committeruser@node5.net <user@node5.net>2026-06-29 23:03:07 +0200
commitf4835ffdcb80ed5fa711ea9b33b295dae36258b2 (patch)
treee692a6147c1558a824d40b67b5cb7a39b7f402ec /src/templates/base.html
parent50ab73d694f474ecb7e61db0d56a9f1ef769e70c (diff)
web: fetch with js to avoid flickering
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 %}