Update index.html
Browse files- index.html +6 -16
index.html
CHANGED
@@ -1,25 +1,15 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
-
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>Whisper Web</title>
|
8 |
<script type="module" crossorigin src="/assets/index-47e1f68a.js"></script>
|
9 |
<link rel="stylesheet" href="/assets/index-9018b2d2.css">
|
10 |
-
</head>
|
11 |
-
<body>
|
12 |
<div id="root"></div>
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
<div>00:00:01,000 --> 00:00:02,000 文本内容1</div>
|
17 |
-
<div>00:00:03,000 --> 00:00:04,000 文本内容2</div>
|
18 |
-
<!-- 更多字幕内容 -->
|
19 |
-
</div>
|
20 |
-
<button onclick="generateSRT()">下载 SRT 文件</button>
|
21 |
-
|
22 |
-
<!-- 引用外部 JavaScript 文件 -->
|
23 |
-
<script src="script.js"></script>
|
24 |
-
</body>
|
25 |
-
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
+
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
<title>Whisper Web</title>
|
8 |
<script type="module" crossorigin src="/assets/index-47e1f68a.js"></script>
|
9 |
<link rel="stylesheet" href="/assets/index-9018b2d2.css">
|
10 |
+
</head>
|
11 |
+
<body>
|
12 |
<div id="root"></div>
|
13 |
+
|
14 |
+
</body>
|
15 |
+
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|