Skip to content

Commit

Permalink
fix: fix song directory href
Browse files Browse the repository at this point in the history
  • Loading branch information
bqsi authored May 20, 2022
1 parent be65a6e commit 83e7697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JavaScript/Visualiser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Visualiser Test</h1>

<input id="filechange"></input>
<button onclick="changeSound()">song</button>
<p>if you want to change the song you're gonna need to know my dir of songs so <a href="./songs">here you go</a> - put in the song file name (e.g "1.mp3") and nothing else then click the button</p>
<p>if you want to change the song you're gonna need to know my dir of songs so <a href="https://github.com/bqsi/grasp/tree/main/JavaScript/Visualiser/songs">here you go</a> - put in the song file name (e.g "1.mp3") and nothing else then click the button</p>

<details>
<summary>⚠️</summary>
Expand Down Expand Up @@ -151,4 +151,4 @@ <h1>Visualiser Test</h1>

</script>

</html>
</html>

0 comments on commit 83e7697

Please sign in to comment.