Spaces:
Running
Running
admin
commited on
Commit
·
ba5cd9a
1
Parent(s):
9cb88ff
trans
Browse files- index.html +4 -4
index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<title
|
6 |
<link rel="stylesheet" href="./css/musicvision.css" type="text/css" />
|
7 |
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
8 |
<script type="text/javascript" src="./js/player.js"></script>
|
@@ -14,10 +14,10 @@
|
|
14 |
<table border="0" width="100%">
|
15 |
<tr>
|
16 |
<td>
|
17 |
-
<a href="javascript:recover_bg();" id="home"
|
18 |
</td>
|
19 |
<td>
|
20 |
-
<p id="tip"
|
21 |
</td>
|
22 |
<td>
|
23 |
<input type="file" id="musicFile" accept=".mp3,.wav,.m4a,.flac">
|
@@ -26,7 +26,7 @@
|
|
26 |
<input type="button" name="startStop" value="暂停" id="startStop">
|
27 |
</td>
|
28 |
<td>
|
29 |
-
<p
|
30 |
</td>
|
31 |
<td>
|
32 |
<input type="file" id="bgFile" accept=".png,.jpg,.gif,.bmp">
|
|
|
2 |
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<title>Audio Visual Circle Effect</title>
|
6 |
<link rel="stylesheet" href="./css/musicvision.css" type="text/css" />
|
7 |
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
8 |
<script type="text/javascript" src="./js/player.js"></script>
|
|
|
14 |
<table border="0" width="100%">
|
15 |
<tr>
|
16 |
<td>
|
17 |
+
<a href="javascript:recover_bg();" id="home">Restore to initial background</p>
|
18 |
</td>
|
19 |
<td>
|
20 |
+
<p id="tip">Upload audio to be visualized👉</p>
|
21 |
</td>
|
22 |
<td>
|
23 |
<input type="file" id="musicFile" accept=".mp3,.wav,.m4a,.flac">
|
|
|
26 |
<input type="button" name="startStop" value="暂停" id="startStop">
|
27 |
</td>
|
28 |
<td>
|
29 |
+
<p>Upload background image👉</p>
|
30 |
</td>
|
31 |
<td>
|
32 |
<input type="file" id="bgFile" accept=".png,.jpg,.gif,.bmp">
|