правки
This commit is contained in:
parent
5344195674
commit
8482aafcfa
5 changed files with 22 additions and 5 deletions
|
|
@ -11,8 +11,8 @@
|
|||
<header>
|
||||
<h2><b>Spectral</b>VPN</h2>
|
||||
<div>
|
||||
<button id="register">Зарегистрироваться</button>
|
||||
<button id="login">Войти</button>
|
||||
<button id="register" onclick="location.href='register.html'">Зарегистрироваться</button>
|
||||
<button id="login" onclick="location.href='control-panel.html'">Войти</button>
|
||||
</div>
|
||||
</header>
|
||||
<section id="main">
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<div>TLS 1.3</div>
|
||||
<div>1 Гбит/с</div>
|
||||
</div>
|
||||
<button>Попробовать бесплатно</button>
|
||||
<button onclick="location.href='register.html'">Попробовать бесплатно</button>
|
||||
</section>
|
||||
<section id="info">
|
||||
<div>
|
||||
|
|
@ -42,15 +42,21 @@
|
|||
<h3>Reality-маскировка</h3>
|
||||
<p>Трафик выглядит как обычное открытие Web-сайта</p>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Price</h1>
|
||||
<h3>От 20 руб.\мес.</h3>
|
||||
<p>Самое дешёвое решение на рынке</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="final">
|
||||
<h2>Подключитесь за 5 минут</h2>
|
||||
<h3>Скачайте конфигурацию VLESS + Reality и импортируйте в любой клиент</h3>
|
||||
<button>Получить бесплатно</button>
|
||||
<button onclick="location.href='register.html'">Получить бесплатно</button>
|
||||
</section>
|
||||
<footer>
|
||||
<a href="">Пользовательское соглашение</a>
|
||||
<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