diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2026/From-minimalist-to-smolweb.html | |
update
Diffstat (limited to 'articles/2026/From-minimalist-to-smolweb.html')
| -rw-r--r-- | articles/2026/From-minimalist-to-smolweb.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/articles/2026/From-minimalist-to-smolweb.html b/articles/2026/From-minimalist-to-smolweb.html new file mode 100644 index 0000000..54de0bd --- /dev/null +++ b/articles/2026/From-minimalist-to-smolweb.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>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> |
