Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2899:231d2186f3fc
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | Dave Moffat <me@davemoffat.com> |
---|---|
date | Fri, 14 Jul 2017 15:39:24 +0100 |
parents | 56e72cd18404 84be0f28044d |
children | 4028cf5afef1 |
comparison
equal
deleted
inserted
replaced
2898:56e72cd18404 | 2899:231d2186f3fc |
---|---|
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/APE_example.xml" target="_blank">APE interface test example</a></li> | 30 <li><a href="test.html?url=tests/examples/APE_example.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.2-pre)</a></div> | |
54 </body> | 55 </body> |
55 | 56 |
56 </html> | 57 </html> |