fi33.buzz/public/index.html
2025-05-29 12:50:56 +10:00

36 lines
No EOL
691 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<header>
<h1>Will Holdsworth</h1>
<hr>
<nav>
Home |
<a href="projects/index.html">Projects</a>
|
<a href="blog/index.html">Blog</a>
|
<a href="pages/about.html">About</a>
|
<a href="pages/links.html">Links</a>
</nav>
<hr>
</header>
<main>
<p>🚧 Page under construction 🚧</p>
</main>
<footer>
<hr>
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>