diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -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> |