SpectralVPN/Frontend/Web/index.html
2026-04-19 17:46:56 +03:00

57 lines
No EOL
2.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>