diff options
| author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-09 12:47:43 +0200 |
|---|---|---|
| committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2026-07-09 12:47:43 +0200 |
| commit | 944e466181ac2f040671954c15cccad028b309ff (patch) | |
| tree | e4080087184bb7e2d10150fd7a3ff1b73d8ff687 /index.html | |
| parent | 88560200dbf92b384ca665e783369f91ca66138a (diff) | |
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -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> |
