From 4d2441aa22107bb1370ec2f4a1d087dbe029befa Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Tue, 7 Aug 2018 12:20:54 -0500 Subject: [PATCH] Update index2.html --- index2.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index2.html b/index2.html index 4bdd93e..3342b91 100644 --- a/index2.html +++ b/index2.html @@ -36,12 +36,9 @@ function checkTime(i) { .cwhite { color: white; } - body { - background-color: black; - } </style> <body onload="startTime();"> - <div class="cwhite" id="txt"></div> + <div id="txt"></div> <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe> <a href="index2.html"><button>Home</button></a> </body>