Skip to content

Commit

Permalink
prepare for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adilet Baimyrza Uulu committed May 18, 2024
1 parent 054ee93 commit 84c4b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link
rel="icon"
type="image/audio_visualizer/svg+xml"
href="svg/headphones.svg"
href="audio_visualizer/svg/headphones.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
Expand Down Expand Up @@ -139,7 +139,7 @@ <h1 id="song-name"></h1>

<button id="show-btn" type="button">Show player</button>

<audio id="audio" src="/audio/adele.mp3"></audio>
<audio id="audio" src="/audio_visualizer/audio/adele.mp3"></audio>
</main>
</body>
<script src="main.js"></script>
Expand Down

0 comments on commit 84c4b91

Please sign in to comment.