aboutsummaryrefslogtreecommitdiff
path: root/src/Pages/contact.html
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:47:13 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:47:13 +0100
commit6f16199a9a2ac9459a0cd68fc6d31e3f652ad01b (patch)
treeef5d4724fdbba29c3cda4f5448491b4554c519a7 /src/Pages/contact.html
parenta59ae621f53b3cbc820c4a8e5fe5a09acfc5c3fa (diff)
Moved the lone pages from ./pages to src/Pages
Diffstat (limited to 'src/Pages/contact.html')
-rw-r--r--src/Pages/contact.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Pages/contact.html b/src/Pages/contact.html
new file mode 100644
index 0000000..487bb52
--- /dev/null
+++ b/src/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>