Add 404 page

master
rubenwardy 2015-08-30 11:04:56 +01:00
parent 95c0c3be37
commit d5879d3345
2 changed files with 27 additions and 0 deletions

27
404.html Normal file
View File

@ -0,0 +1,27 @@
---
title: Page not found - Minetest
---
{% include header.html %}
<div class="jumbotron reduced credits">
<div class="center">
<h1>Page not found :(</h1>
</div>
</div>
<div class="content">
<img style="float:left;margin: -10px 40px 0 0;"
src="media/unknown_node.jpg"
alt="unknown_node">
<h2>Sorry, we could not find that page!</h2>
<p>
Please report any broken links on the
<a href="https://github.com/minetest/minetest.github.io/issues">issues page
for this website</a>.
</p>
</div>
{% include footer.html %}

BIN
media/unknown_node.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB