You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
275 B

<!DOCTYPE html>
<html>
<body>
<h1>Log In</h1>
<form action="/sessions" method="POST">
<input type="text" name="name" placeholder="username"><br/>
<input type="password" name="password"><br/>
<input type="submit" value="Log In">
</form>
</body>
</html>