Lots of small cleanups
This commit is contained in:
27
resources/static/login/index.html
Normal file
27
resources/static/login/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SSO Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="password" method="post">
|
||||
<table>
|
||||
<tr>
|
||||
<td><label for="user">User</label></td>
|
||||
<td><input id="user" name="user" type="text"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="password">Password</label></td>
|
||||
<td><input id="password" name="password" type="password"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="submit" value="Log in">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user