diff --git a/web/index.html b/web/index.html index de05145..efb4115 100644 --- a/web/index.html +++ b/web/index.html @@ -49,7 +49,43 @@ h1 { color: #333; font-size: 24px; - margin: 0; + margin: 0 0 30px 0; + } + + .links { + display: flex; + flex-direction: column; + gap: 12px; + margin-top: 20px; + } + + .link-button { + display: block; + padding: 12px 20px; + text-decoration: none; + color: #fff; + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + border-radius: 8px; + font-weight: bold; + transition: all 0.3s ease; + font-size: 14px; + } + + .link-button:hover { + transform: translateY(-2px); + box-shadow: 0 6px 15px rgba(102, 126, 234, 0.4); + } + + .link-button:active { + transform: translateY(0); + } + + .link-stat { + background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); + } + + .link-control { + background: linear-gradient(135deg, #6dd5fa 0%, #2980b9 100%); } @@ -57,6 +93,10 @@

Сервер рестрима работает

+