Archived
1
0

initial neochan commit

This commit is contained in:
Jeff Becker
2016-10-15 09:05:38 -04:00
parent 9e9a1efe06
commit 7b8d33826b
42 changed files with 1893 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
<meta http-equiv="refresh" content="5; {{redirect_url}}" />
<body>
<pre>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</pre>
</body>
</html>