Archived
1
0

update 404 page

This commit is contained in:
Jeff Becker
2016-03-09 13:16:46 -05:00
parent 812d7cfd9d
commit c4dadd21fc
3 changed files with 9 additions and 5 deletions

View File

@@ -13,11 +13,13 @@
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
</head>
<body>
<div class="not_found">
<img src="{{prefix}}static/404.jpg"></img>
<div class="not_found_message">
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
<center>
<div class="not_found">
<img src="{{prefix}}static/404.png"></img>
<div class="not_found_message">
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
</div>
</div>
</div>
</center>
</body>
</html>