diff --git a/templates/index.html b/templates/index.html index 31054b0..9a64ce6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -162,6 +162,27 @@ font-size: 14px; } + .footer { + text-align: center; + margin-top: 40px; + padding: 20px 0; + color: #666; + font-size: 14px; + border-top: 1px solid #e0e0e0; + } + + .footer a { + color: #667eea; + text-decoration: none; + font-weight: 500; + transition: color 0.3s ease; + } + + .footer a:hover { + color: #764ba2; + text-decoration: underline; + } + @media (max-width: 768px) { .container { padding: 20px; @@ -179,6 +200,12 @@ .emoji-display { font-size: 3em; } + + .footer { + font-size: 12px; + margin-top: 30px; + padding: 15px 0; + } } @@ -198,6 +225,10 @@
+ +