Skip to content

Instantly share code, notes, and snippets.

@luelista
Created January 7, 2011 21:24
Show Gist options
  • Save luelista/770127 to your computer and use it in GitHub Desktop.
Save luelista/770127 to your computer and use it in GitHub Desktop.
<html><body>
<div id="header">
<h1>Überschrift</h1>
<h2>Hier könnte Ihre Werbung stehen ...<h2>
</div>
<div id="main">
<div id="navigation">
<h4>Inhaltsverzeichnis</h4>
<ul>
<li><a href="seite1.html">Seite 1</a></li>
<li><a href="seite2.html">Seite 2</a></li>
<li><a href="seite3.html">Seite 3</a></li>
</ul>
</div>
<div id="content">
<h3>Seite 1</h3>
<p>Hier folgt der Inhalt der Seite ...</p>
</div>
</div>
<div id="footer">
Copyright 2011 by X, Y and Z
</div>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment