diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 22:23:54 -0800 |
| commit | 860e1ecb570bda229b6a64fef905923898e0f832 (patch) | |
| tree | 261c4781766e3d6d273809625cc4e364ab07b925 /web/static/login.html | |
| parent | 47c43577ead8721008b858232511b2f65e0ed574 (diff) | |
| download | neko-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 'web/static/login.html')
| -rw-r--r-- | web/static/login.html | 23 |
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> |
