52 lines
No EOL
1.5 KiB
HTML
52 lines
No EOL
1.5 KiB
HTML
<!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 l’Orage</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> |