comparison apeTool.html @ 1642:06e4d36ca9d7

Added dev-main branch warning at top of files
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Fri, 10 Apr 2015 10:25:52 +0100
parents
children d7bdfe8bf67e
comparison
equal deleted inserted replaced
-1:000000000000 1642:06e4d36ca9d7
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5
6 <!-- WARNING!!!
7 *
8 * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL
9 *
10 * WARNING!!!
11 *
12 -->
13
14
15 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
16 Remove this if you use the .htaccess -->
17 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
18
19 <title>apeTool</title>
20 <meta name="description" content="" />
21 <meta name="author" content="" />
22
23 <!-- Load up the default core JS and CSS files-->
24 <link rel='stylesheet' type='text/css' href='graphics.css'>
25 <link rel='stylesheet' type='text/css' href='structure.css'>
26 <!-- Use jQuery hosted from Google CDN -->
27 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
28 <script src='core.js'></script>
29
30 <!-- Uncomment the following script for automatic loading of projects -->
31 <script>
32 url = 'example_eval/project.xml'; //Project XML document location
33 loadProjectSpec(url);
34 </script>
35
36 </head>
37
38 <body>
39 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded-->
40 <!-- Actual test interface design should be contained in the .js for ease of dynamic content-->
41 <div id='topLevelBody'>
42 <p>HTML5 APE Tool</p>
43 </div>
44 </body>
45 </html>