feat: Animated 404 image, some style improvements, more attributions
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user