rename main code directory
This commit is contained in:
9
bookwyrm/templates/notfound.html
Normal file
9
bookwyrm/templates/notfound.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user