diff options
Diffstat (limited to 'pages/contact.html')
| -rw-r--r-- | pages/contact.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pages/contact.html b/pages/contact.html new file mode 100644 index 0000000..487bb52 --- /dev/null +++ b/pages/contact.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Contact 256phi</title> + <link rel="stylesheet" href="../style.css"> + </head> + <body> + <canvas id="bg"></canvas> + <div class="container"> + <h1>Contact Us</h1> + <p class="subtitle">Reach out if you need assistance or just want to say hello.</p> + + <hr> + + <h2>Email</h2> + <p><a href="mailto:contact@256phi.eu">contact@256phi.eu</a></p> + + <!-- <h2>Matrix / XMPP</h2> --> + <!-- <p>matrix: <b>@256phi:256phi</b><br> --> + + <h2>Socials</h2> + <ul> + <li><a href="https://gitlab.com/TashaTheInnkeeper" target="_blank">GitLab</a></li> + <li><a href="https://reddit.com/u/TashaTheInnkeeper" target="_blank">Reddit</a></li> + </ul> + + <hr> + + <footer> + <p>© 256phi | 2026 | <a href="/home">Home</a></p> + </footer> + </div> + <script type="module" src="../main.js"></script> + </body> +</html> |
