comparison quick-test.html @ 112:19e47ffed525

Rearrange and rename VamPipe -> Piper as appropriate
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 10 Oct 2016 17:05:37 +0100
parents 95643de89a08
children
comparison
equal deleted inserted replaced
111:02b69e2dc51f 112:19e47ffed525
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"> 3 <meta charset="UTF-8">
4 <title>VamPipe Adapter Test</title> 4 <title>Piper Adapter Test</title>
5 5
6 <style type="text/css"> 6 <style type="text/css">
7 body { margin: 5%; } 7 body { margin: 5%; }
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
9 td, th { padding: 0.5em } 9 td, th { padding: 0.5em }
11 11
12 <script src="VampExamplePlugins.js"></script> 12 <script src="VampExamplePlugins.js"></script>
13 <script src="quick-test.js"></script> 13 <script src="quick-test.js"></script>
14 </head> 14 </head>
15 <body> 15 <body>
16 <h3>VamPipe Adapter Test</h3> 16 <h3>Piper Adapter Test</h3>
17 17
18 <p id="test-result"></p> 18 <p id="test-result"></p>
19 19
20 </body> 20 </body>
21 </html> 21 </html>