diff --git a/web/index.html b/web/index.html index 6088884..3db378a 100644 --- a/web/index.html +++ b/web/index.html @@ -291,6 +291,44 @@ color: var(--text-secondary); } + .connection-info { + margin-top: 2rem; + padding-top: 1.5rem; + border-top: 1px solid var(--border-color); + } + + .connection-info h3 { + font-size: 0.9rem; + color: var(--text-secondary); + margin-bottom: 1rem; + font-weight: 500; + } + + .info-item { + background: var(--bg-secondary); + padding: 0.75rem 1rem; + border-radius: 12px; + margin-bottom: 0.75rem; + display: flex; + align-items: center; + justify-content: space-between; + font-size: 0.85rem; + } + + .info-item .label { + color: var(--text-secondary); + } + + .info-item .value { + font-family: 'JetBrains Mono', monospace; + color: var(--accent); + background: rgba(99, 102, 241, 0.1); + padding: 0.25rem 0.5rem; + border-radius: 6px; + user-select: all; + cursor: pointer; + } + /* Responsive */ @media (max-width: 480px) { body { @@ -350,6 +388,18 @@ + +
+

Данные для подключения

+
+ HTTP / HTTPS + ... +
+
+ SOCKS5 + ... +
+