From de228bd19f2f90eda53304b54ebffee96740a10f Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Sat, 30 Jun 2018 00:02:03 -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 6f62d4d..879ee45 100644
--- a/index.html
+++ b/index.html
@@ -29,6 +29,6 @@
   <body>
 	  <iframe src="index-closed.html" style="height:500px;width:800px"></iframe>
 	  <br />
-	  <input type="button" value="Home" class="button" onclick="location.refresh();" />
+	  <INPUT TYPE="button" onClick="history.go(0)" VALUE="Home">
 	</body>
 </html>