doc/.venv/Lib/site-packages/mkdocs_alabaster/404.html

11 lines
191 B
HTML

{% extends "main.html" %}
{% block content %}
<h1>Page not found: 404 error</h1>
<p>
Sorry, there is nothing here. Try searching, or <a href="/">go home</a>.
</p>
{% endblock %}