remove pictures for error and 404 site

This commit is contained in:
778a69cd 2022-05-24 16:28:51 +02:00
parent 0837090e30
commit 1b9aafa855

View file

@ -2,20 +2,6 @@
<section class="container mx-auto pt-4 is-max-desktop max-w-2xl"> <section class="container mx-auto pt-4 is-max-desktop max-w-2xl">
<div class=""> <div class="">
<div class=""> <div class="">
<picture>
<source
:srcset="`/img/pics/error-480w.webp 1x, /img/pics/error-1024w.webp 2x`"
type="image/webp"
/>
<img
:src="`/img/pics/error-480w.webp`"
alt=""
width="2616"
height="1698"
loading="lazy"
/>
</picture>
<h1 class="text-4xl mb-3"> <h1 class="text-4xl mb-3">
{{ $t("The page you're looking for doesn't exist.") }} {{ $t("The page you're looking for doesn't exist.") }}
</h1> </h1>