emmas.place/site/contact.php

35 lines
894 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>
2024-11-30 19:44:41 +00:00
<main>
<?php include "../includes/nav.php" ?>
2024-11-30 19:44:41 +00:00
<section>
<h1>contact emma</h1>
<p>
2024-12-11 01:24:32 +00:00
you can contact me for long form conversation or a friendly message via email at emma-at-emmas-dot-place
2024-11-30 19:44:41 +00:00
</p>
2024-11-29 09:05:53 +00:00
2024-11-30 19:44:41 +00:00
<p>
i'm also apart of the <a href="https://32bit.cafe" target="_blank">32-bit cafe</a> on their discource forum and discord if you're already there
2024-11-30 19:44:41 +00:00
</p>
</section>
2024-11-29 09:05:53 +00:00
2024-11-30 19:44:41 +00:00
<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 guestbook below
2024-11-30 19:44:41 +00:00
</p>
<!-- add shoutbox code after finding one -->
</section>
</main>
</body>
</html>