blob: 9321280ebbf7add85334ae14f2291c2e79c2d4ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Niclas Dobbertins Homepage</title>
<link rel="stylesheet" href="style.css">
</head>
<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>
</html>
|