yuyu_web/material/404.html

8 lines
150 B
HTML
Raw Permalink Normal View History

2023-02-14 01:12:40 +07:00
{#-
This file was automatically generated - do not edit
-#}
{% extends "main.html" %}
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}