blob: b96bd1d7880d0c84592eaa6e1e44852b79a422f0 (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>256phi</title>
<link rel="stylesheet" href="../Style/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>
<li><a href="https://www.youtube.com/watch?v=jb-S1gmQgcY", target="_blank">crazy error | looking out for you - joy again</a></li>
<li><a href="https://www.reddit.com/r/anthroswim/comments/1qn30x4/paranoia_avidalaliberte/">Paranoia <david.a.laliberte></a></li>
</ul>
<footer>
<p>© 256phi | 2026 | <a href="/home">Home</a></p>
</footer>
</div>
<script type="module" src="../Background/main.js"></script>
</body>
</html>
|