Update index2.html
This commit is contained in:
parent
a5d8ae31c3
commit
1e77c50c45
|
@ -36,6 +36,9 @@ function checkTime(i) {
|
||||||
.cwhite {
|
.cwhite {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body onload="startTime();">
|
<body onload="startTime();">
|
||||||
<div class="cwhite" id="txt"></div>
|
<div class="cwhite" id="txt"></div>
|
||||||
|
|
Loading…
Reference in a new issue