diff index.html @ 265:ec693ceb2444 Dev_main

Update dev_main
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Wed, 22 Jul 2015 12:41:22 +0100
parents 96a6cea228b3
children a457b56ee928
line wrap: on
line diff
--- a/index.html	Sun Jun 28 09:52:47 2015 +0100
+++ b/index.html	Wed Jul 22 12:41:22 2015 +0100
@@ -8,7 +8,7 @@
 		Remove this if you use the .htaccess -->
 		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 
-		<title>apeTool</title>
+		<title>Web Audio Evaluation Tool</title>
 		<meta name="description" content="" />
 		<meta name="author" content="" />
 		
@@ -25,7 +25,8 @@
 		</script>
 		<!-- Uncomment the following script for automatic loading of projects -->
 		<script>
-			url = 'example_eval/project.xml'; //Project XML document location
+			//url = '/pseudo.xml'; //Project XML document location
+			url = 'example_eval/project.xml';
 			loadProjectSpec(url);
 		</script>