19 lines
520 B
HTML
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> |