main
 1<!doctype html>
 2<html>
 3  <head>
 4    <title></title>
 5  </head>
 6  <body>
 7    <h1>Hello</h1>
 8    <form action="/account" method="post">
 9      <input type="text" name="username" placeholder="username">
10      <input type="password" name="password" placeholder="password">
11      <input type="submit" value="Register">
12    </form>
13  </body>
14</html>