Mercurial > hg > piper-vamp-js
annotate test/quick-test.html @ 117:2e8aacb7f883
Move some things around (have not yet updated builds)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 08 Nov 2016 12:02:57 +0000 |
parents | |
children | 5f6ac1f98965 |
rev | line source |
---|---|
c@117 | 1 <html> |
c@117 | 2 <head> |
c@117 | 3 <meta charset="UTF-8"> |
c@117 | 4 <title>Piper Adapter Test</title> |
c@117 | 5 |
c@117 | 6 <style type="text/css"> |
c@117 | 7 body { margin: 5%; } |
c@117 | 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } |
c@117 | 9 td, th { padding: 0.5em } |
c@117 | 10 </style> |
c@117 | 11 |
c@117 | 12 <script src="VampExamplePlugins.js"></script> |
c@117 | 13 <script src="quick-test.js"></script> |
c@117 | 14 </head> |
c@117 | 15 <body> |
c@117 | 16 <h3>Piper Adapter Test</h3> |
c@117 | 17 |
c@117 | 18 <p id="test-result"></p> |
c@117 | 19 |
c@117 | 20 </body> |
c@117 | 21 </html> |