8 lines
201 B
HTML
8 lines
201 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Error 404: Page Not Found</h1>
|
|
|
|
<p>
|
|
Feel free to look around though! Maybe you will find something beary 🐻 interesting!</p>
|
|
{% endblock content %}
|