Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 10, 2024
1 parent 349ad90 commit ac6d624
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/overrides/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "main.html" %}

<!-- Content -->
{% block content %}

<div>
<img src="https://http.cat/404">
</div>

<h2 style="text-align: center;">
It seems that the page you are looking for does not exist.
</h2>

{% endblock %}

0 comments on commit ac6d624

Please sign in to comment.