Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kakachiex2 committed May 8, 2024
1 parent e303b6e commit 78c7222
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<head>
<title>Mini Music Player</title>
<link rel="stylesheet" type="text/css" href="./src/css/main.css">
<script type="text/javascript" src="https://kakachiex2.github.io/miniplayer/embed.js"
data-audio-src="https://kakachiex2.github.io/miniplayer/audio/laSeparacion.mp3" type="audio/mpeg"
data-player-id="123456"
data-width="300"
data-height="50">
</script>
</head>

<body>
Expand All @@ -26,7 +20,12 @@ <h2> Mini Music Player </h2>
<!-- <script src="./src/js/main.js"></script>-->

<!-- embed script tag -->

<script type="text/javascript" src="https://kakachiex2.github.io/miniplayer/embed.js"
data-audio-src="https://kakachiex2.github.io/miniplayer/laSeparacion.mp3" type="audio/mpeg"
data-player-id="123456"
data-width="300"
data-height="50">
</script>

</body>

Expand Down

0 comments on commit 78c7222

Please sign in to comment.