aboutsummaryrefslogtreecommitdiff
path: root/pages/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/contact.html')
-rw-r--r--pages/contact.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/pages/contact.html b/pages/contact.html
deleted file mode 100644
index 487bb52..0000000
--- a/pages/contact.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!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>