diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 22:47:13 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-22 22:47:13 +0100 |
| commit | 6f16199a9a2ac9459a0cd68fc6d31e3f652ad01b (patch) | |
| tree | ef5d4724fdbba29c3cda4f5448491b4554c519a7 /pages/contact.html | |
| parent | a59ae621f53b3cbc820c4a8e5fe5a09acfc5c3fa (diff) | |
Moved the lone pages from ./pages to src/Pages
Diffstat (limited to 'pages/contact.html')
| -rw-r--r-- | pages/contact.html | 36 |
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> |
