1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 01:19:16 +01:00
lodel2_mirror/plugins/webui/templates/errors/404.html
2016-06-15 16:52:22 +02:00

5 lines
No EOL
135 B
HTML

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