mkdocs-material/material/404.html
2019-09-28 19:32:02 +02:00

5 lines
88 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}