This commit is contained in:
wi11-holdsworth 2025-05-29 12:30:09 +10:00
parent 2d4ac41cfa
commit eea8e10cab
10 changed files with 49 additions and 45 deletions

View file

@ -0,0 +1,35 @@
<!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>
<a href="../index.html">Home</a>
| Projects |
<a href="../blog/index.html">Blog</a>
|
<a href="../pages/about.html">About</a>
|
<a href="../pages/contact.html">Contact</a>
</nav>
<hr>
</header>
<main>
<p>🚧 Page under construction 🚧</p>
</main>
<footer>
<hr>
Copyright (C) 2025 Will Holdsworth under MPLv2
</footer>
</body>
</html>