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
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
3 changed files with 9 additions and 5 deletions

BIN
contrib/static/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

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>

View File

@ -115,3 +115,5 @@ update=Update
overboard_title=ukko / overboard
posted_on_label=Posted on
#404 page
resource_not_found=The page you are looking for isn't here