aboutsummaryrefslogtreecommitdiffstats
path: root/static/login.html
blob: ab3e781f8fa197d0ace47c312ba83102f0795ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>neko rss mode</title>
    <link rel="stylesheet" href="/static/style.css" />
    <meta name="viewport" content="width=device-width" />
    <meta name="viewport" content="initial-scale=1.0" />
  </head>
  <body>

    <form action="/login/" method="post">
      <h3>username</h3>
      <input type="text" name="username">
      
      <h3>password</h3>
      <input type="password" name="password">
      <input type="submit" name="login">

    </form>

  </body>

</html>