annotate test_create/test_create.html @ 1010:2b70c4b182fb

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
rev   line source
n@1010 1 <!DOCTYPE html>
n@1010 2 <html lang="en">
n@1010 3 <head>
n@1010 4 <meta charset="utf-8">
n@1010 5
n@1010 6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
n@1010 7 Remove this if you use the .htaccess -->
n@1010 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
n@1010 9
n@1010 10 <title>WAET Create Test</title>
n@1010 11 <meta name="description" content="">
n@1010 12 <meta name="author" content="">
n@1010 13
n@1010 14 <meta name="viewport" content="width=device-width; initial-scale=1.0">
n@1010 15 </head>
n@1010 16
n@1010 17 <body>
n@1010 18 <div>
n@1010 19 <h1>Create Test Setup XML</h1>
n@1010 20 </div>
n@1010 21 <div id="topLevelBody">
n@1010 22 <!-- Interface goes here -->
n@1010 23 </div>
n@1010 24 </body>
n@1010 25 </html>