34 lines
975 B
HTML
34 lines
975 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="/css/styles.css" type="text/css">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
|
|
<script defer src="/js/include.js"></script>
|
|
<title>www.madstuff.net: Site map</title>
|
|
</head>
|
|
<body>
|
|
<div include="/html-prefabs/banner.html"></div>
|
|
<main>
|
|
<nav>
|
|
<!-- TODO: Automate construction of site map. -->
|
|
<h2>Site map</h2>
|
|
<pre>
|
|
<a href="/">Home</a>
|
|
<a href="/map.html">Site map</a>
|
|
<a href="/license-info.html">License information</a>
|
|
<a href="/software/">Software</a>
|
|
........There's nothing here.
|
|
<a href="/art/">Art</a>
|
|
........Sorry, still nothing.
|
|
<a href="/music/">Music</a>
|
|
........Take a guess.
|
|
<a href="/blog/">Blog</a>
|
|
........Why are you still looking?
|
|
<a href="/third-party/">Third Party Files</a>
|
|
</pre>
|
|
</nav>
|
|
</main>
|
|
<div include="/html-prefabs/footer.html"></div>
|
|
</body>
|
|
</html>
|