diff --git a/templates/index.html b/templates/index.html index 2bc90f2..1c4698b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -160,6 +160,23 @@ margin: 0 2px; font-family: monospace; } + .footer { + background-color: #e0e0e0; + padding: 15px; + text-align: center; + font-size: 12px; + color: #777; + margin-top: 40px; + border-radius: 5px; + box-shadow: 0 -2px 5px rgba(0,0,0,0.1); + } + .footer a { + color: #555; + text-decoration: none; + } + .footer a:hover { + text-decoration: underline; + } </style> </head> <body> @@ -296,6 +313,10 @@ </div> </div> + <div class="footer"> + <a href="https://git.eeqj.de/sneak/gomeshalerter">gomeshalerter</a> is a project by <a href="https://sneak.berlin">@sneak</a> and released under the WTFPL (<a href="https://git.eeqj.de/sneak/gomeshalerter">source</a>) + </div> + <script> // Function to format relative time function formatRelativeTime(timestamp) {