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