diff options
Diffstat (limited to 'articles/2021/web-bloat.html')
| -rwxr-xr-x | articles/2021/web-bloat.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/articles/2021/web-bloat.html b/articles/2021/web-bloat.html new file mode 100755 index 0000000..b49d673 --- /dev/null +++ b/articles/2021/web-bloat.html @@ -0,0 +1,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> |
