diff options
Diffstat (limited to '')
-rw-r--r-- | terminaldweller.com/main/srv/index.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/terminaldweller.com/main/srv/index.html b/terminaldweller.com/main/srv/index.html index 8677d84..9d403dc 100644 --- a/terminaldweller.com/main/srv/index.html +++ b/terminaldweller.com/main/srv/index.html @@ -2,8 +2,8 @@ <html> <head> <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width" /> - <meta http-equiv="onion-location" content="http://dqunl5rzlv6skqfklqr4dwi4zph2vqoaennc7qoinqs5mlug4docq2yd.onion" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta http-equiv="onion-location" content="http://dqunl5rzlv6skqfklqr4dwi4zph2vqoaennc7qoinqs5mlug4docq2yd.onion"/> <title>main</title> <style> a:link { @@ -14,7 +14,7 @@ } </style> </head> - <body style="color:#005f87;background:#000000;text-align:center;"> + <body style="color:#005f87;background:#000000;text-align:center;padding:0px;border:0px;margin:0px;"> <p style="font-size:20px;font-weight:bold">This is a list of links:</p> <p> <div>This page is available on:</div> @@ -26,7 +26,7 @@ <p>WKD direct and advanced are setup on/for the domain.</p> <p> <div><a href="https://keyoxide.org/hkp/9e20464f1ccf3b103249fa93a6a0f5158b3881df">keyoxide</a></div> - <div>I don't use all the accounts listed on keyoxide regularly. The preferred methods of contacting me are the ones that are listed here, IRC, XMPP and email (The order is not significant).</div> + <div>I don't use all the accounts listed on keyoxide regularly. The preferred methods of contacting me are the ones that are listed here, IRC, email and XMPP (The order is not significant).</div> </p> <div> <div>PGP FP: 9E20464F1CCF3B103249FA93A6A0F5158B3881DF - <a href="https://github.com/terminaldweller.gpg">here</a> and <a href="keys/gpg_pubkey">here</a></div> @@ -45,11 +45,14 @@ <div>XMPP: devi@jabber.terminaldweller.com</div> </p> <p> - <div>The order is significant:</div> + <div style="font-weight:bold;">The order is significant:</div> <div>Email: devi@terminaldweller.com</div> <div>Email: thabogre@gmail.com</div> <div>Email: farzadsadeghi@protonmail.ch</div> - <div>All emails have the ssh and pgp key fingerprints as signature.</div> + <div>All emails have the ssh and pgp key fingerprints as signature. You can ask for one.</div> + </p> + <p> + <div>OpenID: <a href="https://launchpad.net/~terminaldweller">https://launchpad.net/~terminaldweller</a></div> </p> <p>Github: <a href="https://github.com/terminaldweller">terminaldweller</a></p> <p> @@ -60,7 +63,7 @@ <p>Blog: <a href="https://blog.terminaldweller.com">Blog</a> <a href="https://blog.terminaldweller.com/rss/feed">RSS</a></p> <p><a href="https://www.linkedin.com/in/farzad-sadeghi/">Linkedin</a></p> <div> - <p>Services: N/A</p> + <div>Services: N/A</div> </div> </body> </html> |