Add Go VPN admin panel with Docker Compose and Postgres 17.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{.Title}} · VPN Panel</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/static/css/app.css">
|
||||
</head>
|
||||
<body class="page-home">
|
||||
<div class="home-bg" aria-hidden="true"></div>
|
||||
<header class="home-top">
|
||||
<a class="brand" href="/">VPN Panel</a>
|
||||
<a class="btn btn-ghost" href="/login">Войти</a>
|
||||
</header>
|
||||
|
||||
<main class="home-hero">
|
||||
<p class="brand-mark">VPN Panel</p>
|
||||
<h1>Админ-панель управления VPN-протоколами</h1>
|
||||
<p class="lead">WireGuard, OpenVPN, VLESS, VMess, Trojan, Shadowsocks и Hysteria2 — в одном месте.</p>
|
||||
<div class="cta-row">
|
||||
<a class="btn btn-primary" href="/login">Открыть админку</a>
|
||||
<a class="btn btn-ghost" href="/admin/protocols">Протоколы</a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user