blob: fa2bae6e0ddfa30822283a1687de52c15ed70dba (
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
28
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Niclas Dobbertin</title>
<meta name="description" content="Still working on it">
<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>Niclas' Homepage</h1>
<p>Some stuff, more is underway</p>
<ul>
<li><a href="resume/resume.html">resume</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>
|