правки

This commit is contained in:
Lev 2025-11-26 11:31:10 +03:00
parent 5344195674
commit 8482aafcfa
5 changed files with 22 additions and 5 deletions

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../Styles/cp.css">
</head>
<body>

View file

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

View file

@ -29,6 +29,7 @@
<label for="newsletter">Я хочу получать новости об SpectralVPN на свою электронную почту.</label>
</div>
<button type="submit">Зарегистрироваться</button>
<p>Уже есть аккаунт? <a href="control-panel.html">Войти</a></p>
</form>
</body>
</html>

4
Frontend/Styles/cp.css Normal file
View file

@ -0,0 +1,4 @@
*{
margin: 0;
padding: 0;
}

View file

@ -115,6 +115,11 @@ button:active{
box-shadow: 0 2px 6px rgba(0, 255, 255, 0.2);
}
p{
text-align: center;
margin-top: 2vh;
}
.error{
color: #ff6b6b;
font-size: 0.85rem;