summaryrefslogtreecommitdiff
path: root/index.html
blob: 1aaa5fa2ad0deedf979cf3055f1926173c49c02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>kalimba</title>
<style>
body {
  font-family: 'courier', monospace;
  text-shadow: 0 0 2px #fff;
  transition: background-color 100ms;
}
.heading { cursor: pointer; }
.selected { font-weight: bold }
</style>
</head>
<body>
<div id='scale_list'></div>
</body>
<script src='bundle.js'></script>
</html>