This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-04-29 14:08:02 -04:00
|
|
|
<!doctype html>
|
2017-10-17 07:59:07 -04:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
|
2015-09-19 13:54:10 -04:00
|
|
|
<meta charset="utf-8" />
|
2015-10-08 11:55:58 -04:00
|
|
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
2016-03-09 13:23:58 -05:00
|
|
|
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />
|
|
|
|
|
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
2016-04-22 17:59:44 -04:00
|
|
|
<meta http-equiv="refresh" content="5; {{redirect_url}}" />
|
2015-08-04 10:03:44 -04:00
|
|
|
<body>
|
2016-03-09 13:27:34 -05:00
|
|
|
<pre>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</pre>
|
2015-08-04 10:03:44 -04:00
|
|
|
</body>
|
2016-02-28 13:40:16 +01:00
|
|
|
</html>
|