bookwyrm/fedireads/templates/notfound.html

10 lines
185 B
HTML
Raw Normal View History

{% extends 'layout.html' %}
{% block content %}
<div class="content-container">
<h2>Not Found</h2>
<p>The page your requested doesn't seem to exist!</p>
</div>
{% endblock %}