blob: d97c831a546431b28f24c1518bc5cca1d94449bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!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>
|