-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1023 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/dizi.svg" />
<meta
data-n-head="ssr"
data-hid="description"
name="description"
content="洞箫在线(HsiaoOnline)是利用HTML5技术开发的在线洞箫应用,致力于为洞箫爱好者、民乐爱好者提供一个优雅、简洁的平台,在学习工作之余可以在线弹洞箫,享受音乐、生活的美好"
/>
<meta
data-n-head="ssr"
data-hid="keywords"
name="keywords"
content="洞箫online,在线洞箫,在线弹洞箫,学洞箫,键盘洞箫,模拟洞箫,HsiaoOnline,洞箫曲,在线听歌,纯音乐,乐谱,乐理知识,游戏,音乐游戏,MIDI"
/>
<title>凌 - 洞箫Online</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>