2024-11-29 02:33:48 +00:00
|
|
|
<!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>
|
|
|
|
|
2024-11-29 02:33:48 +00:00
|
|
|
<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>
|
2024-11-29 02:33:48 +00:00
|
|
|
</body>
|
|
|
|
</html>
|