minetest.github.io/404.html

36 lines
895 B
HTML

---
title: Page not found
jumbotron: credits
layout: default
permalink: 404.html
---
<section class="section">
<div class="container">
<div class="content">
<div class="columns is-centered">
<div class="column is-6">
<div class="has-text-centered">
<img
src="{{ '/media/unknown_node.jpg' | relative_url }}"
alt="Unknown node"
>
<h2>Sorry, we could not find that page!</h2>
<p>
<a href="{{ '/' | relative_url }}" class="has-text-weight-bold">Go to the homepage</a>
</p>
<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>
</div>
</div>
</div>
</div>
</section>