feat: Animated 404 image, some style improvements, more attributions

This commit is contained in:
daudix-UFO
2023-11-09 21:35:12 +03:00
parent 1d65306f04
commit 8cb64945de
8 changed files with 31 additions and 14 deletions

View File

@ -1,7 +1,10 @@
{% extends "base.html" %}
{% block content %}
<img src="{{ get_url(path='404.png') }}" class="full pixels transparent no-hover" />
<picture>
<source srcset="{{ get_url(path='404.png') }}" class="full pixels transparent no-hover" media="(prefers-reduced-motion: reduce)"></source>
<img srcset="{{ get_url(path='404.gif') }}" class="full pixels transparent no-hover">
</picture>
<h1>Page Not Found</h1>