annotate index.html @ 2267:0ea213bbe018

demo.html renamed as index.html. test.html new default test launcher (no links).
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 20 Apr 2016 17:08:31 +0100
parents 82c6c39d75e3
children 0c3111ca4566
rev   line source
b@1608 1 <!DOCTYPE html>
b@1608 2 <html lang="en">
b@1608 3 <head>
b@1608 4 <meta charset="utf-8" />
b@1608 5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
b@1608 6 Remove this if you use the .htaccess -->
b@1608 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
b@1608 8
nickjillings@1542 9 <title>Web Audio Evaluation Tool</title>
b@1608 10 <meta name="description" content="" />
b@1608 11 <meta name="author" content="" />
b@1608 12 </head>
b@1608 13
b@1608 14 <body>
b@1608 15 <div id='topLevelBody'>
nicholas@2267 16 <h1>Web Audio Evaluation Tool</h1>
nicholas@2267 17 <h2>Start menu </h2>
nicholas@2267 18 <ul>
nicholas@2267 19 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
nicholas@2267 20 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
nicholas@2267 21 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
nicholas@2267 22 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li>
nicholas@2267 23 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li>
nicholas@2267 24 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
nicholas@2267 25 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
nicholas@2267 26 </ul>
nicholas@2267 27 <br>
nicholas@2267 28 <ul>
nicholas@2267 29 <li><a href="LICENSE.txt" target="_blank">License</a></li>
nicholas@2267 30 <li><a href="CITING.txt" target="_blank">Citing</a></li>
nicholas@2267 31 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
nicholas@2267 32 </ul>
b@1608 33 </div>
b@1608 34 </body>
b@1608 35 </html>