Initial commit
This commit is contained in:
commit
8a63685b8e
41 changed files with 1110 additions and 0 deletions
15
html-prefabs/banner-index.html
Normal file
15
html-prefabs/banner-index.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<header>
|
||||
<section>
|
||||
<h1>www.madstuff.net</h1>
|
||||
<p class="subtitle">Home of <em>stuff</em> and other <em>things</em> of no particular variety</p>
|
||||
</section>
|
||||
<nav>
|
||||
<ul class="inline even-container">
|
||||
<li><a href="/map.html">Site map</a></li>
|
||||
<li><a href="/software/">Software</a></li>
|
||||
<li><a href="/art/">Art</a></li>
|
||||
<li><a href="/music/">Music</a></li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue