Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2843:dae4f650193b
#155 completed
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 25 Apr 2017 12:59:41 +0100 |
parents | 130ae66c3b25 |
children | 84be0f28044d |
comparison
equal
deleted
inserted
replaced
2842:86d80826db3a | 2843:dae4f650193b |
---|---|
22 <script type="text/javascript" src="js/loader.js"></script> | 22 <script type="text/javascript" src="js/loader.js"></script> |
23 </head> | 23 </head> |
24 | 24 |
25 <body> | 25 <body> |
26 <div id='topLevelBody'> | 26 <div id='topLevelBody'> |
27 <h1>Web Audio Evaluation Tool</h1> | 27 <h1><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></h1> |
28 <h2>Start menu </h2> | 28 <h2>Start menu </h2> |
29 <ul> | 29 <ul> |
30 <li><a href="test.html?url=tests/examples/project.xml" target="_blank">APE interface test example</a></li> | 30 <li><a href="test.html?url=tests/examples/project.xml" target="_blank">APE interface test example</a></li> |
31 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> | 31 <li><a href="test.html?url=tests/examples/mushra_example.xml" target="_blank">MUSHRA interface test example</a></li> |
32 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> | 32 <li><a href="test.html?url=tests/examples/AB_example.xml" target="_blank">AB interface test example</a></li> |
49 </div> | 49 </div> |
50 <button id="popup-proceed" class="popupButton">Next</button> | 50 <button id="popup-proceed" class="popupButton">Next</button> |
51 <button id="popup-previous" class="popupButton">Back</button> | 51 <button id="popup-previous" class="popupButton">Back</button> |
52 </div> | 52 </div> |
53 <div class="testHalt" style="visibility: hidden"></div> | 53 <div class="testHalt" style="visibility: hidden"></div> |
54 <div id="footer"><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></div> | |
54 </body> | 55 </body> |
55 | 56 |
56 </html> | 57 </html> |