summaryrefslogtreecommitdiff
path: root/index.html
blob: 64b7e08607ba12ede003bdf3b3526b2a417c68d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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>
		<ul>
			<li><a href="sub/">a subpage :)</a></li>
			<li><a href="https://git.nicdob.com">Git</a></li>
			<li><a href="split/">Split</a></li>
		</ul>
		<div id="box-one">
			<p>This is box one</p>
		</div>

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