annotate test_create/test_create.html @ 2016:ff1bdd6756c6

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