-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 784 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="WebAudioKit — 本地优先的浏览器音频分析工作台"
/>
<meta name="theme-color" content="#080b10" />
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%231fdfb2'/%3E%3Cpath d='M7 17v-2m4 6V11m5 14V7m5 14V11m4 6v-2' stroke='%2306110e' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"
/>
<title>WebAudioKit</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>