diff options
author | davidovski <david@davidovski.xyz> | 2024-04-02 12:04:00 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-04-02 12:04:00 +0100 |
commit | 70cbcc3646732cc8a5f7b61678ae409a526c0a9e (patch) | |
tree | f86c987bbbe94cdb28d14415ad58cc9e0cf41ac3 | |
parent | eef42271c3aa88bcf46250950f129e8ba3198320 (diff) |
Add xmpp to contact list
-rwxr-xr-x | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 964aa17..bcbd10f 100755 --- a/site/index.html +++ b/site/index.html @@ -53,6 +53,6 @@ cat << EOF <div class="right"> <h2>contact</h2> - <p>if you want to contact me, you can message me on matrix <code>@ix:davidovski.xyz</code> or via the email linked at the top of the page.</p> + <p>if you want to contact me, you can message me on matrix <code>@ix:davidovski.xyz</code>, XMPP <code>ix@davidovski.xyz</code>, or via the email linked at the top of the page.</p> </div> EOF |