From 013ec4eadb193a28e3f651448a770d6bc1c5c1ab Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Tue, 7 Aug 2018 12:20:04 -0500 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a7ce03..1bed3fc 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,8 @@ function checkTime(i) { </style> - <body background="background.png" onload="startTime();"> - <div class="cwhite" id="txt"></div> + <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> </body>