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>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<div class="not_found">
|
||||
<img src="{{prefix}}static/404.jpg"></img>
|
||||
<img src="{{prefix}}static/404.png"></img>
|
||||
<div class="not_found_message">
|
||||
{{#i18n.Translations}}{{resource_not_found}}{{/i18n.Translations}}
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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
|
Reference in New Issue
Block a user