diff options
author | uvok cheetah | 2023-06-25 15:14:16 +0200 |
---|---|---|
committer | uvok cheetah | 2023-06-25 15:14:16 +0200 |
commit | bc9e34ad08853c93e327d9544bc512fd91180080 (patch) | |
tree | 4abe731364d58240131beb6db4149f43b43721fd | |
parent | 9963c463598f97401d0df168a024b4b0ac7dea79 (diff) |
Add XMPP to contacts
-rw-r--r-- | contact.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/contact.html b/contact.html index 8663a3b..7eff313 100644 --- a/contact.html +++ b/contact.html @@ -5,10 +5,14 @@ in_navbar: true order: 100 --- -<p> - Wer Kontakaufnahme per E-Mail wünscht: - bl<span style="display:none">dasnicht</span>ogspot@<span style="display:inline">uvok</span><span style="display:none">dasnicht</span>chee.de -</p> -<p> - Ansonsten bin ich auf <a href="https://vulpine.club/@uvok" target="_blank" rel="noreferrer">Mastodon</a> vertreten. -</p> +<ul> + <li> + Email: bl<span style="display:none">dasnicht</span>ogspot@<span style="display:inline">uvok</span><span style="display:none">dasnicht</span>chee.de + </li> + <li> + XMPP: @uvok@uvok.de + </li> + <li> + <a href="https://furry.engineer/@uvok" target="_blank" rel="noreferrer">Mastodon</a> + </li> +</ul> |