remove redundant about page

This commit is contained in:
wi11-holdsworth 2025-09-19 17:07:18 +10:00
parent 3463f10c59
commit 1232e18f28
6 changed files with 276 additions and 288 deletions

View file

@ -1,37 +1,33 @@
<!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</title>
</head>
<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</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>
<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/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>