diff options
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> |