Archived
1
0

change css filename

This commit is contained in:
chen-chan
2015-12-23 01:33:03 +01:00
parent e545bab034
commit bb1c6890ac
12 changed files with 114 additions and 158 deletions

View File

@@ -1,14 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<title>login</title>
</head>
<body>
<form action="login" method="POST" name="modlogin">
<label for="mod_key">secret</label>
<input type="password" id="mod_key" name="privkey" />
<input type="submit" value="login" />
</form>
</body>
</html>
<!doctype html><html><head>
<link rel="stylesheet" href="{{prefix}}static/chen-chan.css">
<title>login</title>
</head><body>
<form action="login" method="POST" name="modlogin">
<label for="mod_key">secret</label>
<input type="password" id="mod_key" name="privkey">
<input type="submit" value="login">
</form>
</body></html>