Cours/venv/lib/python3.12/site-packages/mkdocs/themes/readthedocs/404.html

10 lines
170 B
HTML
Raw Normal View History

2024-09-02 16:55:06 +00:00
{% extends "base.html" %}
{% block content %}
<h1 id="404-page-not-found">404</h1>
<p><strong>{% trans %}Page not found{% endtrans %}</strong></p>
{% endblock %}