view test/quick-test.html @ 125:f5f92e8dd2c3

Renames
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 10 Nov 2016 13:56:56 +0000
parents 5f6ac1f98965
children c86548e7e397
line wrap: on
line source
<html>
  <head>
    <meta charset="UTF-8">
    <title>Piper Adapter Test</title>

    <style type="text/css">
      body { margin: 5%; }
      table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
      td, th { padding: 0.5em }
    </style>

    <script src="../examples/VampExamplePlugins.js"></script>
    <script src="quick-test.js"></script>
  </head>
  <body>
    <h3>Piper Adapter Test</h3>

    <p id="test-result"></p>
    
  </body>
</html>