This repository has been archived on 2024-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-26 17:39:11 +03:00

19 lines
520 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title><replace id="1"/></title>
<style>
form {
text-align: center;
}
</style>
</head>
<body>
<form method="post" action="/auth/worker/">
<label for="user"><replace id="2"/>: <input name="user" id="user" type="text"></label><br>
<label for="password"><replace id="3"/>: <input name="password" id="password" type="password"></label><br>
<input type="submit">
</form>
</body>
</html>