diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 18:48:06 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 18:48:06 +0200 |
| commit | 20cdeeda24c9ab9d216f2556c3658b118fe43c4b (patch) | |
| tree | d0c53f0cd55f0abc81ed282120440ab60126c046 /public/client.html | |
| parent | 158008e16594e2c074c907a2656466baa9d6d9cf (diff) | |
add key calendar
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/client.html b/public/client.html index ec0fbec..731c063 100644 --- a/public/client.html +++ b/public/client.html @@ -132,10 +132,11 @@ </div> <div id="client_trackstatus"><marquee id="client_trackstatustext">None</marquee></div> <div id="client_clock"> - <p id="client_clock_date">00/00</p> + <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">Su</p> + <p id="client_clock_weekday">Mon.</p> </div> </div> </div> |
