summaryrefslogtreecommitdiff
path: root/index.html
blob: a2bb7978b207c10b7e169e131e0988d7ee366e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>

<html lang="en">
	<head>
		<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>
		<a href="sub/">a subpage :)</a>
		<div id="box-one">
			<p>This is box one</p>
		</div>

	</body>
	</div>
</html>