Spaces:
Running
Running
Upload 2 files
Browse files- public/gethere.mp3 +3 -0
- public/index.html +2 -3
public/gethere.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c73c4e1ca55102b3078a493af18bc4cdad674509c5ebcd4ff453c6649d4af34
|
3 |
+
size 10267820
|
public/index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Satisfy&display=swap"
|
14 |
rel="stylesheet"
|
15 |
/>
|
16 |
-
<audio id="audioPlayer" src="
|
17 |
|
18 |
<script src="/mpegts.js"></script>
|
19 |
|
@@ -124,8 +124,7 @@
|
|
124 |
const playPauseBtn = document.getElementById("playPauseBtn");
|
125 |
|
126 |
const audioFiles = [
|
127 |
-
"
|
128 |
-
"only.mp3",
|
129 |
// Add more audio file paths here
|
130 |
];
|
131 |
|
|
|
13 |
href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Satisfy&display=swap"
|
14 |
rel="stylesheet"
|
15 |
/>
|
16 |
+
<audio id="audioPlayer" src="gethere.mp3" autoplay></audio>
|
17 |
|
18 |
<script src="/mpegts.js"></script>
|
19 |
|
|
|
124 |
const playPauseBtn = document.getElementById("playPauseBtn");
|
125 |
|
126 |
const audioFiles = [
|
127 |
+
"gethere.mp3",
|
|
|
128 |
// Add more audio file paths here
|
129 |
];
|
130 |
|