aboutsummaryrefslogtreecommitdiffstats
path: root/static/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/login.html')
-rw-r--r--static/login.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/static/login.html b/static/login.html
deleted file mode 100644
index ab3e781..0000000
--- a/static/login.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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>