aswi2022bug-thugs-gitlab/server/templates/teams/team_create.html @ 0fcb708f
1 | eaf8ace4 | Matej Zeman | <!DOCTYPE html>
|
---|---|---|---|
2 | <html lang="en"> |
||
3 | <head>
|
||
4 | <meta charset="UTF-8"> |
||
5 | <title>Create a Team</title> |
||
6 | </head>
|
||
7 | <body>
|
||
8 | 7fe7be79 | zemanm98@students.zcu.cz | <form action="/teams-web-con" method="post"> |
9 | 0fcb708f | Matej Zeman | <label for="name">Name:</label> |
10 | <input type="text" id="name" name="name"><br> |
||
11 | eaf8ace4 | Matej Zeman | <input type="submit" value="Submit"> |
12 | </form>
|
||
13 | </body>
|
||
14 | </html>
|