add content to contact.php

This commit is contained in:
emma 2024-11-29 04:05:53 -05:00
parent 6ca3a652ca
commit 788a9b9e5c
1 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,16 @@
<?php include "../includes/nav.php" ?> <?php include "../includes/nav.php" ?>
<section> <section>
<h1>contact emma</h1>
<p>you can contact me for long form conversation via email at emma-at-emmas-dot-place</p>
<p>i'm also apart of the <a href="https://32bit.cafe">32-bit cafe</a> on their discource forum and discord if you're already there</p>
</section>
<section> <section>
<h2>leave a comment</h2>
<p>if you'd just like to say hello or leave another short message, you can do so in the shoutbox below</p>
<!-- add shoutbox code after finding one -->
</section>
</body> </body>
</html> </html>