Авторизация

+ интеграция с другими запросами
This commit is contained in:
Anton Kamalov
2024-10-22 01:29:32 +03:00
parent 339a55f8da
commit d1f513e106
7 changed files with 75 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Authorization</title>
</head>
<body>
<form action="" method="post">
<label for="login">Login: </label>
<input type="text" name="login"><br>
<label for="password">Password: </label>
<input type="password" name="password"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>