website/blog.html

27 lines
703 B
HTML
Raw Normal View History

<!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>
2025-01-27 09:14:54 +01:00
<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 headmates - By Will</a>
</pre>
2025-01-27 08:37:47 +00:00
<hr>
<pre><a href="blog/blog.rss">RSS feed</a></pre>
</body>
</html>