aswi2022bug-thugs-gitlab/server/templates/auth/signup.html @ 2552e614
1 | cbd239c6 | Matej Zeman | <!DOCTYPE html>
|
---|---|---|---|
2 | <html lang="en"> |
||
3 | <head>
|
||
4 | <meta charset="UTF-8"> |
||
5 | <title>Sign Up</title> |
||
6 | </head>
|
||
7 | <body>
|
||
8 | <form action="/signup" method="post"> |
||
9 | <label for="username">Username:</label><br> |
||
10 | <input type="text" id="username" name="username"><br><br> |
||
11 | <label for="password">Password:</label> |
||
12 | <input type="password" id="password" name="password"> |
||
13 | <input type="submit" value="Signup"> |
||
14 | </form>
|
||
15 | </body>
|
||
16 | </html>
|