aswi2022bug-thugs-gitlab/server/templates/auth/login.html @ 7fe7be79
1 |
<!DOCTYPE html>
|
---|---|
2 |
<html lang="en"> |
3 |
<head>
|
4 |
<meta charset="UTF-8"> |
5 |
<title>Login</title> |
6 |
</head>
|
7 |
<body>
|
8 |
<form action="/login" method="post"> |
9 |
<label for="username">Username:</label><br> |
10 |
<input type="text" id="username" name="username"><br><br> |
11 |
<label for="password">Expiration Date</label> |
12 |
<input type="text" id="password" name="password"> |
13 |
<input type="submit" value="Submit"> |
14 |
</form>
|
15 |
</body>
|
16 |
</html>
|