mirror of https://github.com/E-Almqvist/hsf
parent
fdd039857b
commit
3fd9f500c4
@ -1,4 +1,6 @@ |
||||
form action="/userpage" method="get" |
||||
input type="text" name="username" |
||||
input type="password" name="password" |
||||
article |
||||
form action="/login" method="post" |
||||
input type="text" name="username" placeholder="Username" |
||||
input type="password" name="password" placeholder="Password" |
||||
input type="submit" value="Login" |
||||
|
||||
|
@ -0,0 +1,6 @@ |
||||
article |
||||
form action="/register" method="post" |
||||
input type="text" name="username" placeholder="Username" |
||||
input type="password" name="password" placeholder="Password" |
||||
input type="submit" value="Register" |
||||
|
Loading…
Reference in new issue