mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-07 08:40:29 +03:00
14 lines
523 B
Plaintext
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> |