diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:11:56 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:11:56 +0200 |
| commit | e412b63731d851e8b05e2c28510716b3e0ce6e51 (patch) | |
| tree | aac87e69f5fe231fc3a27468505cda3bcaf44b14 /public/client.html | |
| parent | 4bfa34dc950e30650e9525126448bf74dd243096 (diff) | |
set the time
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/client.html b/public/client.html index 11b637e..0d08373 100644 --- a/public/client.html +++ b/public/client.html @@ -131,11 +131,10 @@ </div> <div id="client_trackstatus"><marquee id="client_trackstatustext">None</marquee></div> <div id="client_clock"> - <p id="client_clock_month">April</p> - <p id="client_clock_date">14</p> - <p id="client_clock_time">00:00</p> - - <p id="client_clock_weekday">Mon.</p> + <p id="client_clock_month"></p> + <p id="client_clock_date"></p> + <p id="client_clock_time"></p> + <p id="client_clock_weekday"></p> </div> </div> </div> |
