1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

Merge branch 'master' into letsupgrade

This commit is contained in:
Aiko Mastboom 2020-03-11 23:05:59 +01:00
commit 488320257a

24
public/login.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="/login" method="post">
<div>
<label>Username:</label>
<input type="text" name="username"/>
</div>
<div>
<label>Password:</label>
<input type="password" name="password"/>
</div>
<div>
<input type="submit" value="Log In"/>
</div>
</form>
</body>
</html>