Skip to content

Commit

Permalink
Add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Canleskis committed Jan 12, 2024
1 parent 0b1edd1 commit 0507303
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}

<div class=" padded-container">
<h1>Page not found!</h1>
</div>

{% endblock %}

0 comments on commit 0507303

Please sign in to comment.