mkdocs-material/material/404.html

5 lines
88 B
HTML
Raw Normal View History

{% extends "base.html" %}
2016-09-23 12:56:25 +03:00
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}