Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2906:281393b64a13
Merge branch 'vnext' into Dev_main
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 21 Jul 2017 14:48:37 +0100 |
parents | 4028cf5afef1 |
children | 81f17b7bfe82 |
comparison
equal
deleted
inserted
replaced
2905:e936521b1eb0 | 2906:281393b64a13 |
---|---|
15 | 15 |
16 <!-- Load up the default core JS and CSS files--> | 16 <!-- Load up the default core JS and CSS files--> |
17 <link rel='stylesheet' type='text/css' href='css/core.css'> | 17 <link rel='stylesheet' type='text/css' href='css/core.css'> |
18 <!-- Use jQuery hosted from Google CDN --> | 18 <!-- Use jQuery hosted from Google CDN --> |
19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | 19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
20 <script type="text/javascript" src="https://cdn.rawgit.com/showdownjs/showdown/1.6.0/dist/showdown.min.js"></script> | 20 <script type="text/javascript" src="js/showdown.min.js"></script> |
21 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> | 21 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
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><a target="_blank" href="https://github.com/BrechtDeMan/WebAudioEvaluationTool">Web Audio Evaluation Toolbox (v1.2.1)</a></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/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> |
33 <li><a href="test.html?url=tests/examples/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> | 33 <li><a href="test.html?url=tests/examples/horizontal_example.xml" target="_blank">Horizontal interface test example</a></li> |
34 <li><a href="test.html?url=tests/examples/radio_example.xml" target="_blank">Radio interface test example</a></li> | 34 <li><a href="test.html?url=tests/examples/radio_example.xml" target="_blank">Radio interface test example</a></li> |
35 <li><a href="test_create.html" target="_blank">Test creator</a></li> | 35 <li><a href="test_create.html" target="_blank">Test creator</a></li> |