1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-13 18:40:54 +01:00
mkdocs-material/material/404.html
2016-09-23 11:56:25 +02:00

4 lines
87 B
HTML

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