Авторизация
+ интеграция с другими запросами
This commit is contained in:
16
App/Auth/templates/auth.html
Normal file
16
App/Auth/templates/auth.html
Normal 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>
|
||||
Reference in New Issue
Block a user