Skip to content

Commit

Permalink
Add chibi 404 graphic to HTTP error page.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 29, 2024
1 parent 27d2307 commit dc55eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/templates/errors/http.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<div class="card-body">
<p class="card-text">{{ exception.getMessage() }}</p>
</div>
<img src="/static/img/404.png" class="card-img-bottom"
alt="Chibi illustration of WaterWolf founders working on it!">
</div>
</div>
{% endblock %}
Binary file added web/static/img/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc55eba

Please sign in to comment.