diff options
author | Pratyush Desai | 2021-07-23 21:30:13 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-07-23 21:30:43 +0530 |
commit | 95a550cd50f4b9c5d40a35e80535ed912757da3e (patch) | |
tree | 1844498233c0c950290df798f3164cfffd87bb18 | |
parent | a3a5402af20df198b9df59419db1f137df97a3eb (diff) | |
download | website-95a550cd50f4b9c5d40a35e80535ed912757da3e.tar.gz website-95a550cd50f4b9c5d40a35e80535ed912757da3e.tar.bz2 website-95a550cd50f4b9c5d40a35e80535ed912757da3e.zip |
mailtoextras
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
-rw-r--r-- | i2p.html | 4 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | irc.html | 2 | ||||
-rw-r--r-- | matrix.html | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -62,8 +62,8 @@ Nickname, Username and SASL password are the regular details you would use for c <footer> - Contact: hello@liberta.casa - </footer> + <a href="mailto:hello@liberta.casa"> Contact </a> +</footer> </pre> </body> </html> @@ -70,7 +70,7 @@ Services: <footer> - Contact: hello@liberta.casa + <a href="mailto:hello@liberta.casa"> Contact </a> </footer> </pre> </body> @@ -123,7 +123,7 @@ in place of your cloaked IP-based hostname). <footer> - Contact: hello@liberta.casa + <a href="mailto:hello@liberta.casa"> Contact </a> </footer> </pre> </body> diff --git a/matrix.html b/matrix.html index 905af3c..6326849 100644 --- a/matrix.html +++ b/matrix.html @@ -31,7 +31,7 @@ <footer> - Contact: hello@liberta.casa + <a href="mailto:hello@liberta.casa"> Contact </a> </footer> </pre> </body> |