bookwyrm-mastodon/bookwyrm/templates/notfound.html

10 lines
187 B
HTML
Raw Normal View History

{% extends 'layout.html' %}
{% block content %}
2020-09-30 18:04:57 -04:00
<div class="block">
2020-11-09 15:06:44 -05:00
<h1 class="title">Not Found</h1>
<p>The page your requested doesn't seem to exist!</p>
</div>
{% endblock %}