diff options
Diffstat (limited to 'split')
-rw-r--r-- | split/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
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> |