38 lines
1.0 KiB
PHP
38 lines
1.0 KiB
PHP
<!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="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "../includes/header.php" ?>
|
|
<?php include "../includes/nav.php" ?>
|
|
<main>
|
|
|
|
<section>
|
|
<h1>contact emma</h1>
|
|
<p>
|
|
you can contact me for long form conversation or a friendly message via email at emma(at)emmas(dot)place
|
|
</p>
|
|
|
|
<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
|
|
</p>
|
|
|
|
<!--
|
|
<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
|
|
</p>
|
|
-->
|
|
<!-- add shoutbox code after finding one -->
|
|
</section>
|
|
</main>
|
|
<?php include "../includes/footer.php" ?>
|
|
</body>
|
|
</html>
|