diff --git a/grunt.js b/grunt.js
index 03194a70..d9c42e65 100644
--- a/grunt.js
+++ b/grunt.js
@@ -10,7 +10,7 @@ _.templateSettings.escape = /\{\{\{(.*?)\}\}\}/g;
_.templateSettings.evaluate = /\{\{-(.*?)\}\}/g;
// precompile for speed
-var indexFile = fs.readFileSync('template.index.html').toString();
+var indexFile = fs.readFileSync('src/template.index.html').toString();
var indexTemplate = _.template(indexFile);
/*global module:false*/
diff --git a/index.html b/index.html
index e355e11e..70ebd432 100644
--- a/index.html
+++ b/index.html
@@ -66,6 +66,8 @@
+
+
@@ -74,7 +76,9 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-