40 lines
No EOL
864 B
HTML
40 lines
No EOL
864 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>Title</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>
|
|
<a href="../../index.html">« Return to posts</a>
|
|
<h1>Title</h1>
|
|
<a href="#top">^ Back to top</a>
|
|
</main>
|
|
|
|
<footer>
|
|
<hr>
|
|
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |