mirror of
https://github.com/pvlnes/homelab.git
synced 2026-06-03 19:13:50 +00:00
49 lines
1.3 KiB
HTML
49 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>SESUR VPN</title>
|
|
<link rel="stylesheet" href="./assets/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="blob blob-1"></div>
|
|
<div class="blob blob-2"></div>
|
|
|
|
<div id="app">
|
|
|
|
<header>
|
|
<div class="logo-mark">SVO</div>
|
|
<div class="header-text">
|
|
<h1>SESUR VPN OFFICIAL</h1>
|
|
<p>MTProto Proxy Access</p>
|
|
</div>
|
|
<div class="status-dot"><span></span>Actual</div>
|
|
</header>
|
|
|
|
<div id="auth-wall">
|
|
<div>
|
|
<p class="auth-label">Введи <span>пароль</span></p>
|
|
<div class="input-wrap">
|
|
<input type="password" id="pass-input" placeholder="Введите пароль" autocomplete="off" />
|
|
<button id="eye-btn">👁</button>
|
|
</div>
|
|
<p class="err-msg" id="err-msg">Неправильный пароль. Ты знаешь кому писать.</p>
|
|
</div>
|
|
<button class="btn-primary" id="submit-btn">→ Нажать</button>
|
|
</div>
|
|
|
|
<div id="proxy-list">
|
|
<p class="section-title"><span>//</span> Доступные прокси — Telegram MTProto</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<span>SESUR VPN © <span id="yr"></span></span>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<script src="./assets/app.js"></script>
|
|
</body>
|
|
</html>
|