portfolio-website/project/templates/404.html

9 lines
211 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<h1 class="errorpage-title">Page Not Found (404)</h1>
<div class="errorpage-section">
<h4>What you were looking for is just not there!</h4>
</div>
{% endblock %}