Authentication

This commit is contained in:
Bat
2018-04-23 10:52:44 +01:00
parent f8372f6383
commit 5f4cb6c065
6 changed files with 129 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<form method="post">
<label for="email_or_name">Username or email</label>
<input name="email_or_name">
<label for="password">Password</label>
<input type="password" name="password">
<input type="submit" value="Login"/>
</form>
</body>
</html>