view 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
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="VampExamplePlugins.js"></script>
    <script src="quick-test.js"></script>
  </head>
  <body>
    <h3>Piper Adapter Test</h3>

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