driverlog/driverlog/dashboard/templates/404.html

13 lines
265 B
HTML

{% block head %}
<meta http-equiv="refresh" content="5; url=/">
{% endblock %}
{% block body %}
<h2>404 Not Found</h2>
<div>The requested page is not found. The page will be automatically redirected to <a href="/">Main</a>
</div>
{% endblock %}