portfolio-website/project/templates/404.html
Alexander Hosking c53e72b9af Framework for Site
Add Portfolio module
Add Logo
2022-07-07 01:19:28 -04:00

9 lines
211 B
HTML

{% 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 %}