diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:45:40 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-27 19:45:40 +0200 |
| commit | 3b1051e0717e0c82b98d345e33892894032a5e7e (patch) | |
| tree | e4f3d9a09ad805a258caaec1744111e360444f55 /public/client.html | |
| parent | 2b249fb0effd3893b70a8f9ce3383992ea43c63d (diff) | |
| parent | e412b63731d851e8b05e2c28510716b3e0ce6e51 (diff) | |
Merge branch 'newclock'
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/client.html b/public/client.html index dfea213..eed53b8 100644 --- a/public/client.html +++ b/public/client.html @@ -130,6 +130,12 @@ </div> </div> <div id="client_trackstatus"><marquee id="client_trackstatustext">None</marquee></div> + <div id="client_clock"> + <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> <form onsubmit="return false"> |
