summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-07-22 20:35:32 +0200
committeruser <user@node5.net>2024-07-22 20:35:32 +0200
commit63351c151ff914748bdd55b7fb39c4c190db8eea (patch)
tree95da6c361bded1803005735e5445558d72b95152
parent8214e81ff36d2c73c84ddae816dd767611c5b065 (diff)
End - Add good bye, and thanks for this year
-rw-r--r--src/templates/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index e4b0aff..4a3a85e 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -21,6 +21,14 @@
</form>
#}
-
+<div style="position: relative">
+ <div style="z-index: 100; position: absolute; left: 0">
+ <h1 style="text-align: center">Thanks for a great Bornhack 2024!<br><br>
+ Cya next year</h1>
+ </div>
+ <div style="position: absolute; top: 0px; left: 0px; opacity: 50%">
+ <img src="test_static.jpg">
+ </div>
+</div>
{% endblock %}