aboutsummaryrefslogblamecommitdiffstats
path: root/static/login.html
blob: ab3e781f8fa197d0ace47c312ba83102f0795ad1 (plain) (tree)
1
2
3
4
5




                                                      










                                                         






                                        
<!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>