From 8e73be7650612297deb8e1f3807dee6cbf7689a7 Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Fri, 29 Jun 2018 23:33:48 -0500
Subject: [PATCH] Update index-open.html

---
 index-open.html | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/index-open.html b/index-open.html
index 1346c69..9548aa6 100644
--- a/index-open.html
+++ b/index-open.html
@@ -32,18 +32,6 @@
 }
   </style>
   <body>
-    <h1 class="cwhite">DremJS Version 0.0.1a</h1>
-   <div class="start">
-      <ul class="astart">
-        <li><a href="apps/About/index.html"><p>About DremJS</p></a></li>
-        <li><a href="apps/HowTo/index.html"><p>How to Install Applications</p></a></li>
-        <li>Test Apps</li>
-          <ul>
-            <li><a href="apps/TestApp1/index.html"><p>Test App 1</p></a></li>
-            <li><a href="apps/TestApp2/index.html"><p>Test App 2</p></a></li>
-          </ul>
-      </ul>
-      <a href="index.html"><p class="start">Start</p></a>
-	  </div>
+	  <iframe src="i-index.html" style="height:500px;width:800px></iframe>
   </body>
 </html>