diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-17 22:13:59 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-17 22:13:59 +0200 |
| commit | d28a5646454b7dbc6793382c1e30642b1595bc7c (patch) | |
| tree | ff5de9588e8b11b6095dbd9253aeb1d03f17b95d /public/client.html | |
| parent | f8b87e949339e170f280549ddea5876f357e32f0 (diff) | |
add html
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/client.html b/public/client.html index efcab35..150561d 100644 --- a/public/client.html +++ b/public/client.html @@ -131,6 +131,15 @@ </div> </div> <div id="client_trackstatus"><marquee id="client_trackstatustext">None</marquee></div> + <div id="client_clock"> + <p id="client_clock_hour"></p> + <p id="client_clock_colon"></p> + <p id="client_clock_minute"></p> + + <p id="client_clock_month"></p> + <p id="client_clock_day"></p> + <p id="client_clock_weekday"></p> + </div> </div> </div> <form onsubmit="return false"> |
