1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-08-03 10:58:37 +02:00
lodel2_mirror/plugins/webui/templates/errors/404.html

5 lines
No EOL
145 B
HTML

{% extends "templates/base.html" %}
{% block title %}Error 404{% endblock %}
{% block content %}
<h1>404 - File Not Found</h1>
{% endblock %}