blob: 54de0bd077a91e1cecc6816ee2da44d36d69cd5c (
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>From minimalist to smolweb</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>From minimalist to smolweb</h2>
<h3>2026-05-06</h3>
<h4>When smarter people get things done</h4>
<p>
In 2023
<a href="/articles/2023/minimalist-blog.html">I wrote an article</a>
about what I was feeling at the time on the sorry state of the web.
</p>
<p>
I'm happy to say that the people at
<a href="https://smolweb.org">smolweb.org</a> have made a far better
statement than mine.
</p>
<p>
As this blog is now a few years old, I'll be working on making it pass
the
<a href="https://smolweb.org/validator/">smolweb validation test</a>.
</p>
</article>
</main>
<footer>
<p> </p>
<p>§</p>
</footer>
</body>
</html>
|