summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Key.gpgbin0 -> 2239 bytes
-rw-r--r--favicon.pngbin0 -> 14538 bytes
-rw-r--r--index.html21
3 files changed, 19 insertions, 2 deletions
diff --git a/Key.gpg b/Key.gpg
new file mode 100644
index 0000000..8e7d23e
--- /dev/null
+++ b/Key.gpg
Binary files differ
diff --git a/favicon.png b/favicon.png
new file mode 100644
index 0000000..f82ac1b
--- /dev/null
+++ b/favicon.png
Binary files differ
diff --git a/index.html b/index.html
index 009193f..78d1b87 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,26 @@
<html>
<head>
<title>Julian site</title>
+ <link rel="icon" href="/favicon.png">
+ <meta name="robots" content="noindex,nofollow">
</head>
<body>
- <h1>
- Teule.nl
+ <h1>Julian Teule</h1>
+ <p>
+ <b>Links: </b>
+ <a href="/nextcloud">Nextcloud</a>
+ </p>
+ <div id="Contact">
+ <hr>
+ <h2>Contact</h2>
+
+ <p>Email: <a href="mailto:j@teule.nl">j@teule.nl</a></p>
+ <p>GPG public key: <a href="/Key.gpg">emailKey.gpg</a></p>
+ <p>Fingerprint:
+ <span style="font-family: monospace">
+ 13DF 3A00 5548 C80E 9A33 835C EE0F D903 2AFF 8026
+ </span>
+ </p>
+ </div>
</body>
</html>