diff options
author | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-06-29 15:11:06 +0200 |
---|---|---|
committer | Niclas Dobbertin <niclas.dobbertin@mailbox.org> | 2024-06-29 15:11:06 +0200 |
commit | f355a57ecc5973a0662f0ffd8d1e79cfbe78cd3c (patch) | |
tree | f6026160b17044603d99128610690b7186cdc6ea | |
parent | f49fda82a1e3b0a709d86dfd2bb397a4c287dcc5 (diff) |
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | split/index.html | 25 |
2 files changed, 30 insertions, 3 deletions
@@ -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> |