-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
54 lines (45 loc) · 1.86 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>哗啦啦-网页版</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body style="background-color:antiquewhite">
<center>
<h1 style="color:rgb(93, 51, 8)"><span style="font-family:Kaiti">哗啦啦</span> 1.0 Ver.</h1>
<br>哗啦啦打罢了头通鼓,关二爷提刀跨雕鞍;
<br>哗啦啦打罢了二通鼓,人有精神马又欢;
<br>哗啦啦打罢了三通鼓,蔡阳的人头落在马前。
<br>--《珠帘寨》
<p></p>
<div id="Audio"></div>
<div id="Keyboard">
</div>
<p></p>
<h2>汉字简化锣鼓经说明 <button id="SpreadButton">展开</button></h2>
<div id="spread" style="height:0px;overflow:hidden">
<h3>单音</h3>
<p>匡:大锣独奏
<br>倾:大锣轻击
<br>七:钹独奏
<br>扑:钹闷音
<br>台:小锣独奏
<br>令:小锣轻击
<br>扎:板鼓独奏
<br>大:鼓单键击奏
<br>多:鼓单键击奏弱音
<br>嘟:鼓键轮奏
<br>衣:板鼓独奏</p>
<h3>组合</h3>
<p>仓:大锣、小锣、钹齐奏(匡+七+台)
<br>才:钹与小锣齐奏(七+台)
<br>多罗:鼓单键双击 </p>
</div>
<div id="copyright">©2022 Shuoxue Li. All rights reserved.</div>
</center>
<script id="script-config" src="js/config.js"></script>
<script id="script-funcs" src="js/keyboard_funcs.js"></script>
<script id="script-control" src="js/control.js"></script>
<script id="script-spread" src="js/Spread.js"></script>
</body>
</html>