-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 742 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>sequencing</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>sequencing</h1>
<ul>
<li><a href="play.html">play</a></li>
<li><a href="parse.html">parse</a></li>
<li><a href="render.html">render</a></li>
<li><a href="midi-in.html">midi in</a></li>
<li><a href="midi-play.html">midi play</a></li>
</ul>
<a href="https://github.com/josepedrodias/sequencing">source code at github</a>
</body>
</html>