Mercurial > hg > webaudioevaluationtool
comparison test.html @ 3110:db3b7c9ca398
Bootstrap the project
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 21 May 2018 18:20:31 +0100 |
parents | 702a8d786e1a |
children |
comparison
equal
deleted
inserted
replaced
3109:63086deafdf4 | 3110:db3b7c9ca398 |
---|---|
12 <title>Web Audio Evaluation Tool</title> | 12 <title>Web Audio Evaluation Tool</title> |
13 <meta name="description" content="" /> | 13 <meta name="description" content="" /> |
14 <meta name="author" content="" /> | 14 <meta name="author" content="" /> |
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/bootstrap.min.css"> | |
17 <link rel='stylesheet' type='text/css' href='css/core.css'> | 18 <link rel='stylesheet' type='text/css' href='css/core.css'> |
18 <!-- Use jQuery hosted from Google CDN --> | 19 <!-- Use jQuery hosted from Google CDN --> |
19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | 20 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
20 <script type="text/javascript" src="js/showdown.min.js"></script> | 21 <script type="text/javascript" src="js/showdown.min.js"></script> |
21 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> | 22 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
22 <script type="text/javascript" src="js/loader.js"></script> | 23 <script type="text/javascript" src="js/loader.js"></script> |
24 <script type="text/javascript" src="js/bootstrap.min.js"></script> | |
23 </head> | 25 </head> |
24 | 26 |
25 <body> | 27 <body> |
26 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | 28 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |
27 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> | 29 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> |