Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 1750:1365362c12d5
Merge from 156:402bb0f56dc4
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 01 Jun 2015 12:56:15 +0100 |
parents | cdc9ace6fe0e |
children | 0a6077dd8b78 4a0bfa7bef24 |
comparison
equal
deleted
inserted
replaced
1601:1c7cd4613a96 | 1750:1365362c12d5 |
---|---|
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> |