wg_index/wg/request.html
2025-12-27 05:02:10 +03:00

33 lines
1.1 KiB
HTML
Executable file
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" />
<title>Запрос учётной записи</title>
<link rel="stylesheet" href="./assets/styles.css" />
</head>
<body>
<main class="center">
<section class="card">
<div class="topline">
<a class="link" href="./index.html">На главную</a>
<a class="link" href="./login.html">Вход →</a>
</div>
<h1 class="title">Запрос учётной записи</h1>
<p class="muted">
Тут обычно: кому писать/что отправить. Если у тебя есть API-ручка под регистрацию — подключишь в `js/api.js`.
</p>
<div class="callout">
<div class="callout-title">Шаблон заявки</div>
<pre class="pre">Нужен доступ к WireGuard.
ФИО:
Контакт:
Причина:
Устройство/ОС:</pre>
</div>
</section>
</main>
</body>
</html>