summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulianTeu <JulianTeu>2018-06-23 17:33:36 +0200
committerJulianTeu <JulianTeu>2018-06-23 17:33:36 +0200
commit30fa3d6b9d339d4b1c352ed95fc6b365c27b6c70 (patch)
tree9bded3dd033ca0cfff96d8dc7dd1288e03a22119 /index.html
parent1962fd2b4746e17bedce8496a56d4dd15c0e356a (diff)
Added contact field
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 19 insertions, 2 deletions
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>