comparison test/quick-test.html @ 48:1ed825597b6f

Move some things around (have not yet updated builds)
author Chris Cannam
date Tue, 08 Nov 2016 12:02:57 +0000
parents quick-test.html@90bf9d9f9c95
children ff0dcd339c9d
comparison
equal deleted inserted replaced
47:cedcaa258e22 48:1ed825597b6f
1 <html>
2 <head>
3 <meta charset="UTF-8">
4 <title>Piper Adapter Test</title>
5
6 <style type="text/css">
7 body { margin: 5%; }
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
9 td, th { padding: 0.5em }
10 </style>
11
12 <script src="VampExamplePlugins.js"></script>
13 <script src="quick-test.js"></script>
14 </head>
15 <body>
16 <h3>Piper Adapter Test</h3>
17
18 <p id="test-result"></p>
19
20 </body>
21 </html>