summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html8
-rw-r--r--split/index.html25
2 files changed, 30 insertions, 3 deletions
diff --git a/index.html b/index.html
index a434b1a..64b7e08 100644
--- a/index.html
+++ b/index.html
@@ -13,13 +13,15 @@
<body>
<h1>A new website is born!</h1>
<p>... nothing to see here PepeHands ...</p>
- <a href="sub/">a subpage :)</a>
+ <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>
+ </ul>
<div id="box-one">
<p>This is box one</p>
</div>
- <h2>Hi Ayumi! :D</h2>
-
</body>
</div>
</html>
diff --git a/split/index.html b/split/index.html
new file mode 100644
index 0000000..2f81bf5
--- /dev/null
+++ b/split/index.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html class="no-js" lang="">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <title>Split Ausgaben</title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png">
+ <!-- Place favicon.ico in the root directory -->
+
+ </head>
+ <body>
+ <!--[if lt IE 8]>
+ <p class="browserupgrade">
+ You are using an <strong>outdated</strong> browser. Please
+ <a href="http://browsehappy.com/">upgrade your browser</a> to improve
+ your experience.
+ </p>
+ <![endif]-->
+
+
+ </body>
+</html>