Created
November 18, 2011 08:47
-
-
Save nimzco/1375936 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div id='canvas'></div> | |
<script type='text/javascript'> | |
var paper = Raphael("canvas", 0, 0); | |
window.musiTouch = {}; | |
window.musiTouch.menu = new Menu(['Libre', 'Facile', 'Moyen', 'Difficile', 'Instructions'], paper); | |
</script> | |
<div id="audio_wrapper"> | |
</div> | |
</audio> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment