From 688b046293d5ff94eee408fd00f395b5815603c3 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Thu, 30 Aug 2018 11:07:38 -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 96a5f83..6ffd2ec 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:90%px;width:95%"></iframe> + <iframe src="index-closed.html" style="height:90%;width:95%"></iframe> <a href="index2.html"><button>Home</button></a> </body> </html>