cards dir

This commit is contained in:
gauthiier
2015-08-17 11:29:00 +02:00
parent 8322a8ab79
commit 498d9c883d
7 changed files with 196 additions and 196 deletions
+17
View File
@@ -0,0 +1,17 @@
<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>