Mercurial > hg > waet-hammond-1
annotate demo.html @ 22:1f375b7d75fd tip
updated warning for breaks during test
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 13 May 2016 19:01:08 +0100 |
parents | d2eb0e6ccaaf |
children |
rev | line source |
---|---|
giuliomoro@0 | 1 <!DOCTYPE html> |
giuliomoro@0 | 2 <html lang="en"> |
giuliomoro@0 | 3 <head> |
giuliomoro@0 | 4 <meta charset="utf-8" /> |
giuliomoro@0 | 5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
giuliomoro@0 | 6 Remove this if you use the .htaccess --> |
giuliomoro@0 | 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
giuliomoro@0 | 8 |
giuliomoro@0 | 9 <title>Web Audio Evaluation Tool</title> |
giuliomoro@0 | 10 <meta name="description" content="" /> |
giuliomoro@0 | 11 <meta name="author" content="" /> |
giuliomoro@0 | 12 |
giuliomoro@0 | 13 <!-- Use jQuery hosted from Google CDN --> |
giuliomoro@0 | 14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
giuliomoro@0 | 15 <script src="jquery-2.1.4.js"></script> |
giuliomoro@0 | 16 </head> |
giuliomoro@0 | 17 |
giuliomoro@0 | 18 <body> |
giuliomoro@0 | 19 <div id='topLevelBody'> |
giuliomoro@0 | 20 <h1>Web Audio Evaluation Tool</h1> |
giuliomoro@0 | 21 <h2>Start menu </h2> |
giuliomoro@0 | 22 <ul> |
giuliomoro@0 | 23 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li> |
giuliomoro@0 | 24 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
giuliomoro@0 | 25 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li> |
giuliomoro@0 | 26 <li><a href="index.html?url=example_eval/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> |
giuliomoro@0 | 27 <li><a href="index.html?url=example_eval/radio_example.xml" target="_blank">Radio interface test example</a></li> |
giuliomoro@0 | 28 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li> |
giuliomoro@0 | 29 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li> |
giuliomoro@0 | 30 </ul> |
giuliomoro@0 | 31 <br> |
giuliomoro@0 | 32 <ul> |
giuliomoro@0 | 33 <li><a href="LICENSE.txt" target="_blank">License</a></li> |
giuliomoro@0 | 34 <li><a href="CITING.txt" target="_blank">Citing</a></li> |
giuliomoro@0 | 35 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li> |
giuliomoro@0 | 36 </ul> |
giuliomoro@0 | 37 </div> |
giuliomoro@0 | 38 </body> |
giuliomoro@0 | 39 </html> |