Mercurial > hg > webaudioevaluationtool
comparison apeTool.html @ 693:a74cb47e779c
Creation of experimental variables and control methods document
author | Dave Moffat <djmoffat@users.noreply.github.com> |
---|---|
date | Thu, 09 Apr 2015 12:59:46 +0100 |
parents | |
children | 375410a5571d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 693:a74cb47e779c |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8" /> | |
5 | |
6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | |
7 Remove this if you use the .htaccess --> | |
8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
9 | |
10 <title>apeTool</title> | |
11 <meta name="description" content="" /> | |
12 <meta name="author" content="" /> | |
13 | |
14 <!-- Load up the default core JS and CSS files--> | |
15 <link rel='stylesheet' type='text/css' href='graphics.css'> | |
16 <link rel='stylesheet' type='text/css' href='structure.css'> | |
17 <!-- Use jQuery hosted from Google CDN --> | |
18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
19 <script src='core.js'></script> | |
20 | |
21 <!-- Uncomment the following script for automatic loading of projects --> | |
22 <script> | |
23 url = 'example_eval/project.xml'; //Project XML document location | |
24 loadProjectSpec(url); | |
25 </script> | |
26 | |
27 </head> | |
28 | |
29 <body> | |
30 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | |
31 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> | |
32 <div id='topLevelBody'> | |
33 <p>HTML5 APE Tool</p> | |
34 </div> | |
35 </body> | |
36 </html> |