website/blog.html
2025-01-27 09:17:16 +01:00

25 lines
707 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>🌿 Blog | Garden System</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
</head>
<body>
<p>
<a href="index.html">>Home<</a>
<a href="contact.html">>Contact<</a>
<a href="people.html">>Headmates<</a>
<a href="blog.html">>Blog<</a>
</p>
<hr>
<h1>Some sort of attempt at a blog</h1>
<hr>
<pre><a href="blog/2025-01-27.html">2025-01-27 - 📖 The problem of seeing systems - By Will</a>
</pre>
<pre>Things like an RSS feed is coming at some point</pre>
</body>
</html>