Mercurial > hg > webaudioevaluationtool
annotate apeTool.html @ 1684:519e66c77a8d
ape.js now creates text boxes for user feedback per channel.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Sun, 08 Mar 2015 19:53:47 +0000 |
parents | e1f00361326d |
children | 8d9fd0ba13e3 |
rev | line source |
---|---|
nickjillings@1682 | 1 <!DOCTYPE html> |
nickjillings@1682 | 2 <html lang="en"> |
nickjillings@1682 | 3 <head> |
nickjillings@1682 | 4 <meta charset="utf-8" /> |
nickjillings@1682 | 5 |
nickjillings@1682 | 6 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
nickjillings@1682 | 7 Remove this if you use the .htaccess --> |
nickjillings@1682 | 8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
nickjillings@1682 | 9 |
nickjillings@1682 | 10 <title>apeTool</title> |
nickjillings@1682 | 11 <meta name="description" content="" /> |
nickjillings@1682 | 12 <meta name="author" content="" /> |
nickjillings@1682 | 13 |
nickjillings@1682 | 14 <!-- Load up the default core JS and CSS files--> |
nickjillings@1682 | 15 <link rel='stylesheet' type='text/css' href='graphics.css'> |
nickjillings@1682 | 16 <link rel='stylesheet' type='text/css' href='structure.css'> |
nickjillings@1682 | 17 <!-- Use jQuery hosted from Google CDN --> |
nickjillings@1682 | 18 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
nickjillings@1682 | 19 <script src='core.js'></script> |
nickjillings@1682 | 20 |
nickjillings@1682 | 21 |
nickjillings@1682 | 22 </head> |
nickjillings@1682 | 23 |
nickjillings@1682 | 24 <body> |
nickjillings@1682 | 25 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |
nickjillings@1682 | 26 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> |
nickjillings@1682 | 27 <div id='topLevelBody'> |
nickjillings@1682 | 28 <p>HTML5 APE Tool</p> |
nickjillings@1682 | 29 </div> |
nickjillings@1682 | 30 </body> |
nickjillings@1682 | 31 </html> |