aboutsummaryrefslogblamecommitdiffstats
path: root/static/login.html
blob: d97c831a546431b28f24c1518bc5cca1d94449bf (plain) (tree)




























                                                         
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>neko rss mode</title>
    <link rel="stylesheet" href="/static/style.css" />
    <script src="/static/jquery.min.js"></script>
    <script src="/static/jquery.tmpl.min.js"></script>
    <script src="/static/underscore.min.js"></script>
    <script src="/static/backbone.min.js"></script>
    <script src="/static/ui.js"></script>
    <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>