From ac653116d0afb99506b321c26bc1202f6745d01f Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Thu, 30 Aug 2018 10:57:18 -0500
Subject: [PATCH] Update index.html

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

diff --git a/index.html b/index.html
index 1bed3fc..cb4c381 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@ function checkTime(i) {
 	
   <body onload="startTime();">
 	  <div id="txt"></div>
-	  <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe>
+	  <iframe src="index-closed.html" style="height:90%px;width:80%"></iframe>
 	  <a href="index2.html"><button>Home</button></a>
 	</body>
 </html>