From 41613be7163b96e5684685ee86bedca3704d57ca Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Fri, 13 Dec 2019 11:45:36 -0600
Subject: [PATCH] Update index-all.html

---
 index-all.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index-all.html b/index-all.html
index d4dbc98..126e4df 100644
--- a/index-all.html
+++ b/index-all.html
@@ -1,6 +1,6 @@
 <html>
   <body>
 	  <iframe src="taskbar.html" style="height:8%;width:100%" name="taskbar"></iframe>
-	  <iframe src="index-closed.html" style="height:95%;width:100%" name="app"></iframe>
+	  <iframe src="index-open.html" style="height:95%;width:100%" name="app"></iframe>
   </body>
 </html>