changes
This commit is contained in:
19
views/login.ejs
Normal file
19
views/login.ejs
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Login</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partials/nav') %>
|
||||
<div class="content">
|
||||
Most users log in with an email link, not a password.
|
||||
<form id="editor" method="POST" action="/login">
|
||||
Email:<input type="email" name="username"><br>
|
||||
Password:<input type="password" name="password"><br>
|
||||
<button id="Submit" type="submit">Log In</button>
|
||||
<br>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user