From 22e1f8e79f6e8b6bf4b651f85faffdbc1cce3a29 Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Mon, 2 Jul 2018 17:35:59 -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 479c72e..a12faa2 100644
--- a/index.html
+++ b/index.html
@@ -40,6 +40,6 @@ function checkTime(i) {
   <body onload="startTime();">
 	  <div id="txt"></div>
 	  <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe>
-	  <a href="index2.html"><button>Home</button>
+	  <a href="index2.html"><button>Home</button></a>
 	</body>
 </html>