b9b4c01cf0
Signed-off-by: lopar <lopar.4ever@gmail.com>
28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
<!doctype html>
|
||
<html lang="ru">
|
||
<meta charset="utf-8">
|
||
<link href="/css/main.css" rel="stylesheet">
|
||
<link href="/css/btn.css" rel="stylesheet">
|
||
<title>Игра</title>
|
||
<h1>Battles v.0.7.0222</h1>
|
||
<div>
|
||
<p>Оставь надежду всяк сюда входящий.</p>
|
||
<form method='post' action="/enter.php">
|
||
Авторизация<br>
|
||
<label>
|
||
<input name='username' placeholder='Логин'>
|
||
</label>
|
||
<label>
|
||
<input name='password' placeholder='Пароль' type="password">
|
||
</label>
|
||
<br>
|
||
<input type=submit value='Войти в игру' class="button big">
|
||
</form>
|
||
</div>
|
||
<br>
|
||
<div class="button-group minor-group">
|
||
<a class="button pill" href="/register.php">Зарегистрироваться</a>
|
||
<a class="button" href="/rememberpassword.php">Восстановить пароль</a>
|
||
<a class="button danger icon tag pill" href='//src.lopar.space/lopar/battles/issues' target="_blank">Сообщить об ошибке</a>
|
||
</div>
|