parent
e4838064ee
commit
29473b8f80
@ -0,0 +1,11 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<h1>Login</h1>
|
||||||
|
<form action="/logins" method="POST">
|
||||||
|
<input name="username" type="text" placeholder="Username"/><br/>
|
||||||
|
<input name="password" type="password"/><br/>
|
||||||
|
<input value="Log In" type="submit"/>
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in new issue