Created
January 7, 2011 21:24
-
-
Save luelista/770127 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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