Move HTML to template
This commit is contained in:
14
templates/login.html
Normal file
14
templates/login.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head><title>Login</title>
|
||||
<body>
|
||||
<form action="/api/v1/login?target=/" method="POST">
|
||||
<label for="username">User</label>
|
||||
<input type="text" name="username" /><br />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" /><br />
|
||||
|
||||
<input type="submit">Login</form>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user