blob: 9e262d51be5642997c9a4e4de68ea53954c203d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact 256phi</title>
<link rel="stylesheet" href="../Style/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="../Background/main.js"></script>
</body>
</html>
|