aswi2022bug-thugs-gitlab/server/templates/auth/login.html @ 0fcb708f
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> |
11 |
<label for="password">Password:</label><br> |
12 |
<input type="password" id="password" name="password"><br> |
13 |
<input type="submit" value="LogIn"> |
14 |
</form>
|
15 |
</body>
|
16 |
</html>
|