diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 11:04:32 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 11:04:32 -0500 |
commit | 059f8ae4276ac10ebe7a7b30df349066caa116f4 (patch) | |
tree | 28bfee8e6b886a80e94b7a07534bbbc8c2260223 /contact.html | |
parent | 6a1f7d58a1e733159ca4079782376592b575a68c (diff) | |
download | 53hor-059f8ae4276ac10ebe7a7b30df349066caa116f4.tar.xz 53hor-059f8ae4276ac10ebe7a7b30df349066caa116f4.zip |
fixed up hosted
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/contact.html b/contact.html index e5f568f..6aaae02 100644 --- a/contact.html +++ b/contact.html @@ -61,9 +61,11 @@ <article> <h1>Contact Me</h1> - You can send me mail at this address: - <a href="mailto:mail@53hor.net">mail@53hor.net</a>. I also exist on the - following sites but may or may not use them that often. + <p> + You can send me mail at this address: + <a href="mailto:mail@53hor.net">mail@53hor.net</a>. I also exist on the + following sites but may or may not use them that often. + </p> <ul> <li><a href="#">Discord</a></li> @@ -77,8 +79,10 @@ <li><a href="https://steamcommunity.com/id/53hornet/">Steam</a></li> </ul> - If you were looking for source code repositories, see - <a href="/software.html">Software</a>. + <p> + If you were looking for source code repositories, see + <a href="/software.html">Software</a>. + </p> </article> </body> </html> |