Mercurial > hg > webaudioevaluationtool
annotate demo.html @ 2255:2424a77a7c56
Really fixed #22 now (for ape.js)
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Tue, 19 Apr 2016 18:09:30 +0200 |
parents | 760719986df3 |
children |
rev | line source |
---|---|
nickjillings@1379 | 1 <!DOCTYPE html> |
nickjillings@1379 | 2 <html lang="en"> |
nickjillings@1379 | 3 <head> |
nickjillings@1379 | 4 <meta charset="utf-8" /> |
nickjillings@1379 | 5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
nickjillings@1379 | 6 Remove this if you use the .htaccess --> |
nickjillings@1379 | 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
nickjillings@1379 | 8 |
nickjillings@1379 | 9 <title>Web Audio Evaluation Tool</title> |
nickjillings@1379 | 10 <meta name="description" content="" /> |
nickjillings@1379 | 11 <meta name="author" content="" /> |
nickjillings@1379 | 12 </head> |
nickjillings@1379 | 13 |
nickjillings@1379 | 14 <body> |
nickjillings@1379 | 15 <div id='topLevelBody'> |
nickjillings@1379 | 16 <h1>Web Audio Evaluation Tool</h1> |
nickjillings@1379 | 17 <h2>Start menu </h2> |
nickjillings@1379 | 18 <ul> |
nickjillings@1379 | 19 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li> |
nickjillings@1379 | 20 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
nickjillings@1379 | 21 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li> |
b@2103 | 22 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> |
b@2103 | 23 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li> |
nickjillings@1379 | 24 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li> |
nickjillings@1379 | 25 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> |
nickjillings@1379 | 26 </ul> |
nickjillings@1379 | 27 <br> |
nickjillings@1379 | 28 <ul> |
nickjillings@1379 | 29 <li><a href="LICENSE.txt" target="_blank">License</a></li> |
nickjillings@1379 | 30 <li><a href="CITING.txt" target="_blank">Citing</a></li> |
nickjillings@1379 | 31 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> |
nickjillings@1379 | 32 </ul> |
nickjillings@1379 | 33 </div> |
nickjillings@1379 | 34 </body> |
nickjillings@1379 | 35 </html> |