annotate demo.html @ 1089:3de455e48d70

Test Create: Move your custom elements into style.css
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 22 Feb 2016 12:18:55 +0000
parents 3705f68a38b7
children 91b3c9b2e847
rev   line source
giuliomoro@1088 1 <!DOCTYPE html>
giuliomoro@1088 2 <html lang="en">
giuliomoro@1088 3 <head>
giuliomoro@1088 4 <meta charset="utf-8" />
giuliomoro@1088 5 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
giuliomoro@1088 6 Remove this if you use the .htaccess -->
giuliomoro@1088 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
giuliomoro@1088 8
giuliomoro@1088 9 <title>Web Audio Evaluation Tool</title>
giuliomoro@1088 10 <meta name="description" content="" />
giuliomoro@1088 11 <meta name="author" content="" />
giuliomoro@1088 12
giuliomoro@1088 13 <!-- Use jQuery hosted from Google CDN -->
giuliomoro@1088 14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
giuliomoro@1088 15 <script src="jquery-2.1.4.js"></script>
giuliomoro@1088 16 </head>
giuliomoro@1088 17
giuliomoro@1088 18 <body>
giuliomoro@1088 19 <div id='topLevelBody'>
giuliomoro@1088 20 <h1>Web Audio Evaluation Tool</h1>
giuliomoro@1088 21 <h2>Start menu </h2>
giuliomoro@1088 22 <ul>
giuliomoro@1088 23 <li><a href="index.html?url=example_eval/project.xml" target="_blank">APE interface test example</a></li>
giuliomoro@1088 24 <li><a href="index.html?url=example_eval/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li>
giuliomoro@1088 25 <li><a href="index.html?url=example_eval/AB_example.xml" target="_blank">AB interface test example</a></li>
giuliomoro@1088 26 <li><a href="test_create/test_create.html" target="_blank">Test creator</a></li>
giuliomoro@1088 27 <li><a href="analyse.html" target="_blank">Analysis and diagnostics of results</a></li>
giuliomoro@1088 28 </ul>
giuliomoro@1088 29 <br>
giuliomoro@1088 30 <ul>
giuliomoro@1088 31 <li><a href="LICENSE.txt" target="_blank">License</a></li>
giuliomoro@1088 32 <li><a href="CITING.txt" target="_blank">Citing</a></li>
giuliomoro@1088 33 <li><a href="docs/Instructions/Instructions.pdf" target="_blank">Instructions</a></li>
giuliomoro@1088 34 </ul>
giuliomoro@1088 35 </div>
giuliomoro@1088 36 </body>
giuliomoro@1088 37 </html>