Commit Diff


commit - /dev/null
commit + 681cc463f384032a9b7645cda62c49e21da8fc4a
blob - /dev/null
blob + 8dd7c177d5984f42f691d6246fdf0f003b3fc80e (mode 644)
--- /dev/null
+++ LICENSE
@@ -0,0 +1,13 @@
+Copyright (c) 2020 Tobias Heider <me@tobhe.de>
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
blob - /dev/null
blob + 22ca2cbd70e7007a3f3fc0b22e3a76f86de69a56 (mode 644)
Binary files /dev/null and favicon.ico differ
blob - /dev/null
blob + c744a1c37329c6e77fd361ce2e32befd329194d6 (mode 644)
--- /dev/null
+++ index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <link rel="stylesheet" href="styles.css">
+  <link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
+</head>
+<body>
+<h1>Tobias Heider</h1>
+<a href="https://github.com/tobhe">Github</a>
+<a href="https://www.openiked.org">OpenIKED</a>
+<a href="mailto:me@tobhe.de">Mail</a>
+</body>
blob - /dev/null
blob + a00e59e149547c3c2eaa38c790c870d5137b4de4 (mode 644)
--- /dev/null
+++ styles.css
@@ -0,0 +1,15 @@
+body {
+    position: absolute;
+    font-family: monospace, monospace;
+    font-size: 200%;
+    top: 30%;
+    text-align: center;
+    width: 100%;
+    margin: 0;
+    background: #1e1f21;
+    color: #EEEFF1;
+}
+a:link { text-decoration: none; font-weight: bold; color: #F55; }
+a:visited { text-decoration: none; font-weight: bold; color: #F55; }
+a:active { text-decoration: none; font-weight: bold; color: #F55; }
+a:hover { text-decoration: none; color: #F55; }