fi33.buzz/public/blog/index.html
wi11-holdsworth 3463f10c59 bug: fix document titles
feature: add meta description for seo purposes
2025-05-29 12:59:22 +10:00

41 lines
No EOL
934 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Will Holdsworth's Personal Site">
<link rel="stylesheet" href="../index.css">
<title>Will Holdsworth > Blog</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
<hr>
<nav>
<a href="../index.html">Home</a>
|
<a href="../projects/index.html">Projects</a>
| Blog |
<a href="../pages/about.html">About</a>
|
<a href="../pages/links.html">Links</a>
</nav>
<hr>
</header>
<main>
<h2>Posts</h2>
<ul>
<li>2025-01-28 | <a href="2025/01/28-leveraging-nixos-dufs-cloud-storage.html">Quick and easy cloud storage
with dufs and NixOS
</a></li>
</ul>
</main>
<footer>
<hr>
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>