Initial commit
This commit is contained in:
commit
8a63685b8e
41 changed files with 1110 additions and 0 deletions
34
map.html
Normal file
34
map.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue