summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9321280..a2bb797 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,11 @@
<title>Niclas Dobbertins Homepage</title>
<link rel="stylesheet" href="style.css">
</head>
+ <div id="content">
+ <div id="sidebar">
+ <li><a href="sub/">first item</a></li>
+ <li><a href="sub/">second item</a></li>
+ </div>
<body>
<h1>A new website is born!</h1>
<p>... nothing to see here PepeHands ...</p>
@@ -14,4 +19,5 @@
</div>
</body>
+ </div>
</html>