From 7c1a930355c4ac378af875e293ed62fde913a210 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 22 May 2025 09:19:03 -0700 Subject: [PATCH] Add footer with project attribution and links --- templates/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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; + } @@ -296,6 +313,10 @@ + +