diff options
| author | root <root@caddy-256phi.local> | 2026-03-22 22:36:36 +0100 |
|---|---|---|
| committer | root <root@caddy-256phi.local> | 2026-03-22 22:36:36 +0100 |
| commit | f6d1edb5e928b260afc8363b184123e017783285 (patch) | |
| tree | 51ad4e06b71e333797d052e8088e0327d4ca17ba /pages/music.html | |
| parent | 5c6f7592a7a81c98a8179ebbfa9546405ac1b576 (diff) | |
Initial commit of the original website
Diffstat (limited to 'pages/music.html')
| -rw-r--r-- | pages/music.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pages/music.html b/pages/music.html new file mode 100644 index 0000000..52b2583 --- /dev/null +++ b/pages/music.html @@ -0,0 +1,24 @@ +<!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> |
