blob: b49d673b5656c3b28d5529766245ef8d4447f926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Le web gonflé</h2>
<h3>03-05-2021</h3>
<p>
Les sites simples, classiques ou en mode texte ont l'avantage de peser beaucoup moins lourd,
de consommer moins de ressources et de CO², et elles satisfont ma nature cartésienne.
</p>
<h3>La gonflage du web</h3>
<ul>
<li><a href="https://www.webbloatscore.com/">Web Bloat Score</a></li>
<li><a href="https://idlewords.com/talks/website_obesity.htm">Web obesity</a></li>
<li><a href="https://videos.lukesmith.xyz/videos/watch/03bc3b97-b867-4aab-b90c-7cf64ad0b6cf">The war against bloat</a></li>
<li><a href="http://motherfuckingwebsite.com/">Le ... meilleur site web</a></li>
<li><a href="https://alistapart.com/article/sustainable-web-design/">Sustainable web design</a></p>
</ul>
<h3>Sites web</h3>
<ul>
<li><a href="https://wiby.me/">Wiby - Moteur de recherche des sites classiques</a></li>
<li><a href="https://www.404pagefound.com">404pagefound - Vintage web sites</a></li>
</ul>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|