17 lines
662 B
HTML
Raw Normal View History

2015-08-17 10:25:09 +02:00
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>http micro tempo</title>
<script src="https://code.jquery.com/jquery-1.8.2.js"></script>
<script src="https://jquery-csv.googlecode.com/git/src/jquery.csv.js"></script>
<script src="https://raw.githubusercontent.com/mbostock/d3/master/d3.min.js"></script>
<script src="lib/ssss.js"></script> <!-- data -->
<script src="lib/yyyy.js"></script> <!-- audio -->
<script src="lib/nnnn.js"></script> <!-- svg -->
<script src="lib/tttt.js"></script> <!-- main -->
<script src="lib/hhhh.js"></script> <!-- synth defs -->
</head>
<body>
<svg id="track"></svg>
</body>
</html>