diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 22:33:17 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 22:33:17 +0200 |
| commit | 47e490a997c37cb28ab4022c04155049b0b26f32 (patch) | |
| tree | 5ab707514cb88ebcbccff211717d88b9389742a5 /website/templates/404.html | |
| parent | 596e7f36cc0fc8b6b755d444b7f054da19734b8e (diff) | |
Run rustywind
Diffstat (limited to 'website/templates/404.html')
| -rw-r--r-- | website/templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/404.html b/website/templates/404.html index 234eb46..eb9d469 100644 --- a/website/templates/404.html +++ b/website/templates/404.html @@ -5,7 +5,7 @@ <h1>DON'T PANIC!</h1> <h2>404: Page not found!</h2> - <img class="max-h-[50vh] mx-auto" + <img class="mx-auto max-h-[50vh]" src="{{ get_url(path='images/panic.svg') | safe }}" alt=""> |
