emmas.place/site/contact.php

27 lines
792 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width intial-scale=1.0">
<meta charset="utf-8">
<title>contact emma</title>
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
<?php include "../includes/nav.php" ?>
<section>
2024-11-29 09:05:53 +00:00
<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>
2024-11-29 09:05:53 +00:00
<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>
</html>