Unstable
This commit is contained in:
parent
11a84f4926
commit
4c4d325245
19 changed files with 226 additions and 279 deletions
57
Frontend/Web/index.html
Normal file
57
Frontend/Web/index.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Spectralvpn</title>
|
||||
<link rel="stylesheet" href="Styles/index.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h2><b>Spectral</b>VPN</h2>
|
||||
<div>
|
||||
<button id="register" onclick="location.href='register.html'">Зарегистрироваться</button>
|
||||
<button id="login" onclick="location.href='control-panel.html'">Войти</button>
|
||||
</div>
|
||||
</header>
|
||||
<section id="main">
|
||||
<h1>Максимальная скорость<br>и неуязвимое шифрование</h1>
|
||||
<h4>Мы предлагаем современный протокол <b>VLESS + Reality</b> — шифрование трафика без потери скорости.</h4>
|
||||
<div id="container">
|
||||
<div>VLESS</div>
|
||||
<div>Reality</div>
|
||||
<div>TLS 1.3</div>
|
||||
<div>1 Гбит/с</div>
|
||||
</div>
|
||||
<button onclick="location.href='register.html'">Попробовать бесплатно</button>
|
||||
</section>
|
||||
<section id="info">
|
||||
<div>
|
||||
<h1>Speed</h1>
|
||||
<h3>Высокая скорость</h3>
|
||||
<p>До 1 Гбит/с</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Lock</h1>
|
||||
<h3>Полное шифрование</h3>
|
||||
<p>VLESS + TLS 1.3 + Reality</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Shield</h1>
|
||||
<h3>Reality-маскировка</h3>
|
||||
<p>Трафик выглядит как обычное открытие Web-сайта</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="final">
|
||||
<h2>Подключитесь за 5 минут</h2>
|
||||
<h3>Скачайте конфигурацию VLESS + Reality и импортируйте в любой клиент</h3>
|
||||
<button onclick="location.href='register.html'">Получить бесплатно</button>
|
||||
</section>
|
||||
<footer>
|
||||
<a href="offer.html">Пользовательское соглашение</a>
|
||||
<p>2025 SpectralVPN</p>
|
||||
<a href="privacy.html">Политика конфиденциальности</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue