forked from 0xfe/vexchords
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>The Little Chord Chart</title>
<link href="https://fonts.googleapis.com/css?family=Lobster+Two|Bowlby+One+SC|Swanky+and+Moo+Moo|Marvel"
rel="stylesheet" type="text/css" />
<link href="demo.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
</head>
<body>
<div class="topbar" style="clear:left; padding-top: 1px;">
<center>
<a href="https://github.com/0xfe/vexchords">fork me on github</a>
</center>
</div>
<div id="wrapper">
<center>
<h1>The Little Chord Chart</h1>
<div>
a <a href="http://vexflow.com">VexFlow</a> demo by
<a href="https://github.com/0xfe">0xfe</a>
</div>
</center>
<div id="container"></div>
<div style="clear:left; padding-top: 70px; font-size: 15px;">
<center>
Comments? Criticism? Contact me at
<a href="https://twitter.com/11111110b">@11111110b</a>.
</center>
</div>
</div>
<script type="module" src="./demo.ts"></script>
</body>
</html>