summaryrefslogtreecommitdiff
path: root/public/login.html
blob: 8fb479afb29bd310b6ced16bd601446eba761455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
  <!DOCTYPE html>
  <html lang='en'>
    <head>
      <link rel='stylesheet' type='text/css' href='/style.css'>
    </head>
    <body>
      <form action='/login' method='post'>
        <input type='password' name='secret' />
        <input type='submit' name='button' value='Login' />
      </form>
    </body>
  </html>