aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:50:05 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-22 22:50:05 +0100
commite84b5703544f8e0642f24e058b7b848c92b746dd (patch)
tree6d7258e5d6f5704b5e6083135216ef58ccdf39a6 /index.html
parenteafcf42df95baa2e2faa6525183f13769e8bfd76 (diff)
Moved index.html from . to src/index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 5fa05e1..0000000
--- a/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>256phi</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <!-- Background with OpenGL -->
- <canvas id="bg"></canvas>
- <div class="container">
- <h1>256 phi</h1>
- <p class="subtitle">Welcome <b>user</b>. <br>
- You've fallen through the cracks. It is safe here, you may rest as long as you need.</p>
- <h2>What are we?</h2>
- <p>256phi is a self-hosted infrastucture powering a little corner of the internet.</p>
- <p>
- Don't forget to sign the <a href="/guestbook"><i>guestbook</i> :3</a><br>
- Also check out the <a href="/blog"><i>blog</i></a> — where I write about Linux, development, and science.
- Or if you're looking for some music to listen to, check out what we <a href="/music">found</a>.
- </p>
- <footer>
- <p>© 256phi | 2026 | <a href="/contact">Contact Us</a></p>
- </footer>
- </div>
- <script type="module" src="main.js"></script>
- </body>
-</html>