1
0
mirror of /repos/Prototyper.git synced 2026-02-26 16:02:01 +01:00

Merge branch 'master' into letsupgrade

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

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>