diff options
| author | user@node5.net <user@node5.net> | 2025-07-22 00:24:20 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-07-22 00:24:20 +0200 |
| commit | 33a80025ceaef78c84e7f9d900ba0c6a21e6a267 (patch) | |
| tree | 29231a51d6ca7ed18c6fcbb3061f8579f576ef25 | |
| parent | 709a608863f5f69c015ea582aa44c8218d4ee2d4 (diff) | |
Generalize goodbye message, fit image
| -rw-r--r-- | src/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index 1b3a3a4..971bafd 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -23,11 +23,11 @@ <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> + <h1 style="text-align: center">Thanks for this year<br> Cya next year</h1> </div> <div style="position: absolute; top: 0px; left: 0px; opacity: 50%"> - <img src="test_static.jpg"> + <img src="test_static.jpg" style="width: 100%"> </div> </div> |
