Archived
1
0

table css

This commit is contained in:
chen-chan
2015-12-23 01:02:11 +01:00
parent ed041c1689
commit 21ec8e5f3a
38 changed files with 930 additions and 467 deletions

View File

@@ -4,12 +4,12 @@
- redirect_url ( the url of the next page we should redirect to )
- message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash )
}}
<!doctype html>
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
<head>
<meta http-equiv="refresh" content="2; {{redirect_url}}">
</head>
<body>
<pre>posted as {{message_id}}</pre>
</body>
</html>
</html>