mkdocs-material/material/404.html

4 lines
87 B
HTML
Raw Normal View History

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