Mercurial > hg > webaudioevaluationtool
comparison demo.html @ 2224:760719986df3
Tidy up file locations.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 14 Apr 2016 13:54:24 +0100 |
parents | 93a87f26323c |
children |
comparison
equal
deleted
inserted
replaced
2222:4d1aa94202e3 | 2224:760719986df3 |
---|---|
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
8 | 8 |
9 <title>Web Audio Evaluation Tool</title> | 9 <title>Web Audio Evaluation Tool</title> |
10 <meta name="description" content="" /> | 10 <meta name="description" content="" /> |
11 <meta name="author" content="" /> | 11 <meta name="author" content="" /> |
12 | |
13 <!-- Use jQuery hosted from Google CDN --> | |
14 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | |
15 <script src="jquery-2.1.4.js"></script> | |
16 </head> | 12 </head> |
17 | 13 |
18 <body> | 14 <body> |
19 <div id='topLevelBody'> | 15 <div id='topLevelBody'> |
20 <h1>Web Audio Evaluation Tool</h1> | 16 <h1>Web Audio Evaluation Tool</h1> |