-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path厂商参考.html
31 lines (29 loc) · 1.07 KB
/
厂商参考.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>厂商参考</title>
</head>
<body>
<h2>电子乐器</h2>
<dl>
<dt>日本</dt>
<dd><a href="http://korgclub.com.cn/zh/about.asp">korg</a>、<a href="https://www.roland-china.com/">roland</a>、<a href="https://www.yamaha.com.cn/">yamaha</a></dd>
美国
<dd><a href="http://www.moog.100legend.com/">mooog</a></dd>
<dt>韩国</dt>
<dd><a href="https://novationmusic.com/">Novation(诺夫)</a></dd>
<dd><a href="https://www.arturia.com/">Arturia(阿图里亚)</a></dd>
<dd><a href="https://teenage.engineering/">Teenage Engineering(青少年工程)</a></dd>
<dd><a href="http://elektron.100legend.com/">Elektron</a></dd>
<dt>中国</dt>
</dl>
<h2>传统乐器</h2>
<dl>
<dt>中国</dt>
<dd>上海民族乐器公司</dd>
</dl>
</body>
</html>