-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 841 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cristofori</title>
<link href="style/style.css" rel="stylesheet">
<script type="text/javascript" src="script/audiosynth.js"></script>
<script type="text/javascript" src="script/playKeyboard.js"></script>
</head>
<body>
<nav>
<div>
<h1>Cristofori</h1>
<p id="subtitle">Play and practice without having to buy such an expensive instrument. Let's rock.</p>
</div>
<p>Contribute on <a id="github" href="https://github.com/ntmedina/cristofori">github</a></p>
</nav>
<div id="keyboard-container">
<div id="keyboard">
<script type="text/javascript">playKeyboard()</script>
</div>
</div>
</body>
</html>