comparison test_create/test_create.html @ 156:402bb0f56dc4 Dev_main

Adding test_create.html. Adding to tracker core.css
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 01 Jun 2015 11:11:52 +0100
parents
children 0a6077dd8b78 4a0bfa7bef24
comparison
equal deleted inserted replaced
155:9a2a90168fd9 156:402bb0f56dc4
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>WAET Create Test</title>
11 <meta name="description" content="">
12 <meta name="author" content="">
13
14 <meta name="viewport" content="width=device-width; initial-scale=1.0">
15 </head>
16
17 <body>
18 <div>
19 <h1>Create Test Setup XML</h1>
20 </div>
21 <div id="topLevelBody">
22 <!-- Interface goes here -->
23 </div>
24 </body>
25 </html>