diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 15:59:38 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 15:59:38 +0200 |
| commit | 55df98066bc299321201b7fc860bfbb3275013df (patch) | |
| tree | 93450d09c3d68dce2fe371b395a26c9240dc8dad | |
| parent | 3195d00079cfe673215736ccef29bfdc4afe16e3 (diff) | |
Fixed unended <li> in music.html and added another song
| -rw-r--r-- | src/Pages/music.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Pages/music.html b/src/Pages/music.html index 8621823..b96bd1d 100644 --- a/src/Pages/music.html +++ b/src/Pages/music.html @@ -12,8 +12,9 @@ <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> + <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> |
