Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2385:ef2e0f925be9
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Fri, 20 May 2016 14:20:56 +0100 |
parents | 2ddc68898dff |
children | 8be11a6d8b59 |
comparison
equal
deleted
inserted
replaced
2375:0cbff12b2eec | 2385:ef2e0f925be9 |
---|---|
15 <!-- Load up the default core JS and CSS files--> | 15 <!-- Load up the default core JS and CSS files--> |
16 <link rel='stylesheet' type='text/css' href='css/core.css'> | 16 <link rel='stylesheet' type='text/css' href='css/core.css'> |
17 <!-- Use jQuery hosted from Google CDN --> | 17 <!-- Use jQuery hosted from Google CDN --> |
18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | 18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
19 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> | 19 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
20 <script type="text/javascript" src='js/specification.js'></script> | 20 <script type="text/javascript" src="js/loader.js"></script> |
21 <script type="text/javascript" src='js/core.js'></script> | |
22 <script type="text/javascript" src='js/loudness.js'></script> | |
23 <script type="text/javascript" src='js/xmllint.js'></script> | |
24 <script type="text/javascript" src='js/WAVE.js'></script> | |
25 </head> | 21 </head> |
26 | 22 |
27 <body> | 23 <body> |
28 <div id='topLevelBody'> | 24 <div id='topLevelBody'> |
29 <h1>Web Audio Evaluation Tool</h1> | 25 <h1>Web Audio Evaluation Tool</h1> |