summaryrefslogtreecommitdiff
path: root/public/login.html
blob: 5026dfe7d10f1cf5d86c17a78857ecbf5f54ba80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang='en'>

<head>
  <link rel='stylesheet' type='text/css' href='/style.css'>
</head>

<body>
  <h1>
    <form action='/login' method='post'>
      <input type='password' name='secret' />
      <input type='submit' name='button' value='Login' />
    </form>
  </h1>
</body>

</html>