Points to _index.html now again
diff --git a/index.php b/index.php
index 1b13245..64d4458 100755
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
 	
 	
 	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('pages/__index.html');
+	$html = file_get_contents('pages/_index.html');
 
 	# Generate the web page
 	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);