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