mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
14 lines
272 B
HTML
14 lines
272 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}
|
|
Page not found
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Page not found</h1>
|
|
<p>
|
|
That page could not be found. The link may be broken, the page may have been deleted,
|
|
or you may not have access to it.
|
|
</p>
|
|
{% endblock %}
|