aboutsummaryrefslogtreecommitdiffstats
path: root/static/login.html
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 22:23:54 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 22:23:54 -0800
commit860e1ecb570bda229b6a64fef905923898e0f832 (patch)
tree261c4781766e3d6d273809625cc4e364ab07b925 /static/login.html
parent47c43577ead8721008b858232511b2f65e0ed574 (diff)
downloadneko-860e1ecb570bda229b6a64fef905923898e0f832.tar.gz
neko-860e1ecb570bda229b6a64fef905923898e0f832.tar.bz2
neko-860e1ecb570bda229b6a64fef905923898e0f832.zip
Audit and reduce Go dependencies: replace go.rice with embed, pflag with flag
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>