summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>