lord6ablo commited on
Commit
e9c8311
·
verified ·
1 Parent(s): 2b850a7

Upload 2 files

Browse files
Files changed (2) hide show
  1. public/gethere.mp3 +3 -0
  2. 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="only.mp3" autoplay></audio>
17
 
18
  <script src="/mpegts.js"></script>
19
 
@@ -124,8 +124,7 @@
124
  const playPauseBtn = document.getElementById("playPauseBtn");
125
 
126
  const audioFiles = [
127
- "only.mp3",
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