1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-10 13:21:49 +01:00

5 lines
88 B
HTML
Raw Permalink Normal View History

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