battles/views/index.html

28 lines
1.0 KiB
HTML
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">
<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>