summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authornicdob <niclas.dobbertin@gmx.de>2020-10-05 12:01:00 +0200
committernicdob <niclas.dobbertin@gmx.de>2020-10-05 12:01:00 +0200
commitc0afbbf2ed2f63cc72c8b56946cd1713ae916ce8 (patch)
tree3909fbea4534c7722efb097321e0cea615c44167 /index.html
parent3e5ab58d8244979daab15393f47ef0926b024f3e (diff)
remove top dir
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9321280
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>