This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
blarg/resources/views/notfound.html

12 lines
159 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="page-header">
<h2>Not Found</h2>
</div>
<p>That resource could not be found.</p>
{% endblock %}