diff options
| author | user@node5.net <user@node5.net> | 2025-07-22 00:19:22 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-07-22 00:19:22 +0200 |
| commit | 709a608863f5f69c015ea582aa44c8218d4ee2d4 (patch) | |
| tree | a23340c8a4ab1a3c7b8644503d7d89394d84994b /src | |
| parent | e0ec6e81c232c782220934c12719ecdfe49f236f (diff) | |
Reapply "End - Add good bye, and thanks for this year"
This reverts commit 288a43fcb7cf78c093e9304af40e63beb1f6ab8d.
Diffstat (limited to 'src')
| -rw-r--r-- | src/templates/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 8d39bba..1b3a3a4 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 %} |
