update 404 page
This commit is contained in:
parent
812d7cfd9d
commit
c4dadd21fc
BIN
contrib/static/404.png
Normal file
BIN
contrib/static/404.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
@ -13,11 +13,13 @@
|
|||||||
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="not_found">
|
<center>
|
||||||
<img src="{{prefix}}static/404.jpg"></img>
|
<div class="not_found">
|
||||||
<div class="not_found_message">
|
<img src="{{prefix}}static/404.png"></img>
|
||||||
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
|
<div class="not_found_message">
|
||||||
|
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -115,3 +115,5 @@ update=Update
|
|||||||
overboard_title=ukko / overboard
|
overboard_title=ukko / overboard
|
||||||
posted_on_label=Posted on
|
posted_on_label=Posted on
|
||||||
|
|
||||||
|
#404 page
|
||||||
|
resource_not_found=The page you are looking for isn't here
|
Reference in New Issue
Block a user