aboutsummaryrefslogtreecommitdiff
path: root/pages/music.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 /pages/music.html
parenta59ae621f53b3cbc820c4a8e5fe5a09acfc5c3fa (diff)
Moved the lone pages from ./pages to src/Pages
Diffstat (limited to 'pages/music.html')
-rw-r--r--pages/music.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/pages/music.html b/pages/music.html
deleted file mode 100644
index 52b2583..0000000
--- a/pages/music.html
+++ /dev/null
@@ -1,24 +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>Music we found on the web and like</h1>
-
- <ul>
- <li><a href="https://www.youtube.com/watch?v=WIKLHxdhhHo", target="_blank"> RUSSIAN ROULETTE // Staircatte (2mb_ki's_200BPM_Hardcore_Bootleg)</a>
- <li><a href="https://www.youtube.com/watch?v=jb-S1gmQgcY", target="_blank">crazy error | looking out for you - joy again</a>
- </ul>
-<footer>
- <p>© 256phi | 2026 | <a href="/contact">Contact Us</a></p>
- </footer>
- </div>
- <script type="module" src="../main.js"></script>
- </body>
-</html>