Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Jun 25, 2021
1 parent 37587a9 commit c59c51e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "_primary.html" %}
{% block content %}
<a href="/" class="back">Home</a>
<h1>Not Found</h1>
<center><img src="/assets/rut-ro.svg"></center>
{% endblock %}

0 comments on commit c59c51e

Please sign in to comment.