Mercurial > hg > webaudioevaluationtool
annotate analysis/index.html @ 1866:29180cdb103c
Reversal of score_parser.php data, now page/element/axis/values
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 18:57:26 +0000 |
parents | 2cdbbf380e6b |
children | 04a64127ebd0 |
rev | line source |
---|---|
nickjillings@1864 | 1 <html lang="en"> |
nickjillings@1864 | 2 <head> |
nickjillings@1864 | 3 <meta charset="utf-8" /> |
nickjillings@1864 | 4 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> |
nickjillings@1864 | 5 <script type="text/javascript" src="analysis.js"></script> |
nickjillings@1864 | 6 </head> |
nickjillings@1864 | 7 <body> |
nickjillings@1864 | 8 <h1>Web Audio Evaluation Toolbox: Analysis</h1> |
nickjillings@1864 | 9 <div id="test-pages"></div> |
nickjillings@1864 | 10 <div id="" |
nickjillings@1864 | 11 </body> |
nickjillings@1864 | 12 </html> |