pianoroll/pianoroll.html
changeset 15 f1ae020c2872
parent 14 30ee8c47e48f
child 18 517e343a86eb
--- a/pianoroll/pianoroll.html	Mon Oct 13 16:47:37 2014 +0200
+++ b/pianoroll/pianoroll.html	Mon Oct 13 17:53:00 2014 +0200
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>pixi.js example 1</title>
+    <title>Piano Roll with pixi.js</title>
     <style>
         body {
             margin: 0;
@@ -18,7 +18,7 @@
     <h1>OSC websocket Piano Roll Test</h1>
     <noscript>You must enable JavaScript</noscript>
     <pre id="log"></pre>
-    <a href="#" onclick="clearInterval(moveInterval); clearInterval(linesInterval); return false;">stop intervals</a>
+    <p><a href="#" onclick="clearInterval(moveInterval); clearInterval(linesInterval); return false;">stop intervals</a></p>
     <script src="pixi.js"></script>
     <script src="app.js"></script>
 </body>