init
This commit is contained in:
16
login.html
Normal file
16
login.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Вход</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Вход</h2>
|
||||
<form id="loginForm">
|
||||
<input type="text" name="username" placeholder="Логин" required>
|
||||
<input type="password" name="password" placeholder="Пароль" required>
|
||||
<button type="submit">Войти</button>
|
||||
</form>
|
||||
|
||||
<script src="js/auth.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user