Mercurial > hg > webaudioevaluationtool
comparison index.html @ 2901:4028cf5afef1
Fix rogue showdown
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 19 Jul 2017 14:10:22 +0100 |
parents | 231d2186f3fc |
children | 81f17b7bfe82 |
comparison
equal
deleted
inserted
replaced
2899:231d2186f3fc | 2901:4028cf5afef1 |
---|---|
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> |