diff --git a/templates/base.html.njk b/templates/base.html.njk
index 35eff80..fa72e1c 100644
--- a/templates/base.html.njk
+++ b/templates/base.html.njk
@@ -57,6 +57,12 @@
.socials img:hover {
filter: invert(1);
}
+
+ #hint {
+ margin: 1.4em auto 0 auto;
+ text-align: center;
+ opacity: 0.6;
+ }
{% block header %}{% endblock %}
@@ -72,11 +78,11 @@
-
+
- No logs are stored. I have no idea, that you were here.
+ No logs are stored. I have no idea that you were here.
{% block scripts %}
{% endblock %}