Files
yandex2mqtt/views/login.ejs
Evgenii Abramov d6ae5dc1ea Release
2021-01-18 01:52:32 +03:00

14 lines
523 B
Plaintext

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>login</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<form id="slick-login" action="/login" method="post">
<label for="username">Логин:</label><input type="text" name="username" class="placeholder" placeholder="Логин">
<label for="password">Пароль:</label><input type="password" name="password" class="placeholder" placeholder="Пароль">
<input type="submit" value="ВОЙТИ">
</form>
</body>
</html>