annotate test_create/test_create.html @ 1749:cdc9ace6fe0e

Adding test_create.html. Adding to tracker core.css
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 11:11:52 +0100
parents
children 0a6077dd8b78 4a0bfa7bef24
rev   line source
nickjillings@1749 1 <!DOCTYPE html>
nickjillings@1749 2 <html lang="en">
nickjillings@1749 3 <head>
nickjillings@1749 4 <meta charset="utf-8">
nickjillings@1749 5
nickjillings@1749 6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
nickjillings@1749 7 Remove this if you use the .htaccess -->
nickjillings@1749 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
nickjillings@1749 9
nickjillings@1749 10 <title>WAET Create Test</title>
nickjillings@1749 11 <meta name="description" content="">
nickjillings@1749 12 <meta name="author" content="">
nickjillings@1749 13
nickjillings@1749 14 <meta name="viewport" content="width=device-width; initial-scale=1.0">
nickjillings@1749 15 </head>
nickjillings@1749 16
nickjillings@1749 17 <body>
nickjillings@1749 18 <div>
nickjillings@1749 19 <h1>Create Test Setup XML</h1>
nickjillings@1749 20 </div>
nickjillings@1749 21 <div id="topLevelBody">
nickjillings@1749 22 <!-- Interface goes here -->
nickjillings@1749 23 </div>
nickjillings@1749 24 </body>
nickjillings@1749 25 </html>