summaryrefslogtreecommitdiff
path: root/src/templates/base.html
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-07-20 11:53:11 +0200
committeruser <user@node5.net>2024-07-20 11:53:11 +0200
commit9324bc325ea878a6d7d48d655e085f9a1731f938 (patch)
tree59fb82551c47f15aa0155818fababf4e341051cb /src/templates/base.html
parent78e3f6ea427a10edaeac1c056f8a3ab5640e2a0c (diff)
Style - Fix chromium sizing
Diffstat (limited to 'src/templates/base.html')
-rw-r--r--src/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base.html b/src/templates/base.html
index ac28685..01114cf 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="main.js" defer></script>
{% endblock %}
- <meta http-equiv="refresh" content="10">
+ <meta http-equiv="refresh" content="100">
</head>
<body>