feat: QR code to the mastodon post used for comments, chnage some classes to IDs

This commit is contained in:
daudix
2024-01-21 16:07:40 +03:00
parent 5603e05dda
commit 68f9fd8086
11 changed files with 28 additions and 8 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<picture>
<source srcset="{{ get_url(path='404.png') }}" media="(prefers-reduced-motion: reduce)"></source>
<img srcset="{{ get_url(path='404.gif') }}" class="pixels transparent no-hover not-found">
<img id="not-found" class="pixels transparent no-hover" srcset="{{ get_url(path='404.gif') }}">
</picture>
<h1>Page Not Found</h1>