diff --git a/Frontend/Pages/control-panel.html b/Frontend/Pages/control-panel.html index d01f779..a1ceabb 100644 --- a/Frontend/Pages/control-panel.html +++ b/Frontend/Pages/control-panel.html @@ -4,6 +4,7 @@ Document + diff --git a/Frontend/Pages/index.html b/Frontend/Pages/index.html index 4c6d9b9..818ec83 100644 --- a/Frontend/Pages/index.html +++ b/Frontend/Pages/index.html @@ -11,8 +11,8 @@

SpectralVPN

- - + +
@@ -24,7 +24,7 @@
TLS 1.3
1 Гбит/с
- +
@@ -42,15 +42,21 @@

Reality-маскировка

Трафик выглядит как обычное открытие Web-сайта

+
+

Price

+

От 20 руб.\мес.

+

Самое дешёвое решение на рынке

+

Подключитесь за 5 минут

Скачайте конфигурацию VLESS + Reality и импортируйте в любой клиент

- +
\ No newline at end of file diff --git a/Frontend/Pages/register.html b/Frontend/Pages/register.html index 90cc8e2..463f566 100644 --- a/Frontend/Pages/register.html +++ b/Frontend/Pages/register.html @@ -29,6 +29,7 @@ +

Уже есть аккаунт? Войти

\ No newline at end of file diff --git a/Frontend/Styles/cp.css b/Frontend/Styles/cp.css new file mode 100644 index 0000000..afafd28 --- /dev/null +++ b/Frontend/Styles/cp.css @@ -0,0 +1,4 @@ +*{ + margin: 0; + padding: 0; +} \ No newline at end of file diff --git a/Frontend/Styles/register.css b/Frontend/Styles/register.css index 763260a..630c245 100644 --- a/Frontend/Styles/register.css +++ b/Frontend/Styles/register.css @@ -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;