]> src.twobees.de Git - twobees.de.git/commitdiff
initial
authorTobias Sachs <src.twobees.de-co0Chie-ts@ctsachs.de>
Sun, 23 Aug 2020 12:52:33 +0000 (14:52 +0200)
committerTobias Sachs <src.twobees.de-co0Chie-ts@ctsachs.de>
Sun, 23 Aug 2020 12:52:33 +0000 (14:52 +0200)
index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..f9fe38f
--- /dev/null
@@ -0,0 +1,35 @@
+<html lang="de">
+    <head>
+    <style>
+html *
+{
+    font-family: Courier New;
+}
+h1 {
+    font-size: 4em;
+    font-weight: bold;
+}
+p {
+    font-size: 2em;
+}
+.centered {
+    top: 50%;
+    left: 50%;
+    position: absolute;
+    transform: translateY(-50%) translateX(-50%);
+}
+    </style>
+    <meta charset="utf-8"/>
+        <title>¯\_(ツ)_/¯</title>
+    </head>
+    <body>
+        <div class="centered">
+            <h1>¯\_(ツ)_/¯</h1>
+            <p align="center">
+                diese Seite ist fast leer...
+            </p>
+            <p>
+            </p>
+        </div>
+    </body>
+</html>