Mercurial > hg > webaudioevaluationtool
annotate analysis/index.html @ 2131:0038731dc1fe
Initial start to analysis pages
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Tue, 23 Feb 2016 17:56:23 +0000 |
parents | |
children | 04a64127ebd0 |
rev | line source |
---|---|
nickjillings@2131 | 1 <html lang="en"> |
nickjillings@2131 | 2 <head> |
nickjillings@2131 | 3 <meta charset="utf-8" /> |
nickjillings@2131 | 4 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> |
nickjillings@2131 | 5 <script type="text/javascript" src="analysis.js"></script> |
nickjillings@2131 | 6 </head> |
nickjillings@2131 | 7 <body> |
nickjillings@2131 | 8 <h1>Web Audio Evaluation Toolbox: Analysis</h1> |
nickjillings@2131 | 9 <div id="test-pages"></div> |
nickjillings@2131 | 10 <div id="" |
nickjillings@2131 | 11 </body> |
nickjillings@2131 | 12 </html> |