From 548dc8071d3c96bacd410f13c5b1ea975a1c176c Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Tue, 7 Aug 2018 10:46:58 -0500 Subject: [PATCH] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 43e682c..b4c4eef 100644 --- a/index.html +++ b/index.html @@ -37,10 +37,11 @@ function checkTime(i) { .cwhite { color: white; } + </style> <body onload="startTime();"> - <div id="txt"></div> + <div class="cwhite" id="txt"></div> <iframe src="index-closed.html" style="height:580px;width:1200px"></iframe> <a href="index2.html"><button>Home</button></a> </body>