rpiwebapp-public/templates/404.html

6 lines
90 B
HTML
Raw Permalink Normal View History

{% extends "base.html" %}
{% block content %}
<h1>Page not found</h1>
{% endblock %}