arq-front_image-dithered/index.html
2025-08-12 16:24:16 +02:00

52 lines
No EOL
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<title>Test</title>
<meta charset="utf-8">
<meta name="description" content="Page de test">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Une page pour tester le dithering des images</h1>
<p>Fortement inspiré par <a href="https://site.sarahgarcin.com/web-frugal/#images">le site "web frugal" de Sarah Garcin</a>.</p>
<section>
<div>
<img src="/img/dither_interlope_logo.jpg" alt="">
<p>Interlope</p>
</div>
<div>
<img src="/img/dither_gouinementLundi_logo.jpg" alt="">
<p>Gouinement Lundi</p>
</div>
<div>
<img src="/img/dither_categorieTrans_logo.jpg" alt="">
<p>Catégorie : Trans</p>
</div>
<div>
<img src="/img/dither_chroniquesMutantes_logo.jpg" alt="">
<p>Chroniques Mutantes</p>
</div>
<div>
<img src="/img/dither_ingenrables_logo.jpg" alt="">
<p>Ingenrables</p>
</div>
<div>
<img src="/img/dither_1PCT_logo.jpg" alt="" class="fig">
<p>Un podcast trans</p>
</div>
<div>
<img src="/img/dither_leFeuLaRageLOrage_logo.jpg" alt="">
<p>Le Feu la Rage lOrage</p>
</div>
<div>
<img src="/img/dither_meufsATeubs_logo.jpg" alt="">
<p>Meufs à teubs</p>
</div>
<div>
<img src="/img/dither_nosVoixTrans_logo.jpg" alt="">
<p>Nos voix trans</p>
</div>
</section>
</body>
</html>