Mercurial > hg > webaudioevaluationtool
comparison test.html @ 2902:fbc9a41db457
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Wed, 19 Jul 2017 14:22:06 +0100 |
parents | 4028cf5afef1 |
children | 81f17b7bfe82 |
comparison
equal
deleted
inserted
replaced
2900:dbfe0bbde246 | 2902:fbc9a41db457 |
---|---|
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> |