doc/notebook/mkdocs-material/material/templates/404.html

9 lines
233 B
HTML

{#-
This file was automatically generated - do not edit
-#}
{% set title_override = "<h1>404 Not Found</h1>" %}
{% extends "main.html" %}
{% block htmltitle %}
<title>404 Not Found - {{ config.site_name }}</title>
{% endblock %}