summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-09 12:47:43 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2026-07-09 12:47:43 +0200
commit944e466181ac2f040671954c15cccad028b309ff (patch)
treee4080087184bb7e2d10150fd7a3ff1b73d8ff687 /index.html
parent88560200dbf92b384ca665e783369f91ca66138a (diff)
add resume and restyleHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/index.html b/index.html
index 64b7e08..fa2bae6 100644
--- a/index.html
+++ b/index.html
@@ -2,25 +2,26 @@
<html lang="en">
<head>
- <title>Niclas Dobbertins Homepage</title>
+ <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>
+ <!-- <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>
+ <h1>Niclas' Homepage</h1>
+ <p>Some stuff, more is underway</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>
+ <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>
+ <!-- <div id="box-one">
+ <p>This is box one</p>
+ </div> -->
</body>
</div>