diff options
| author | raldone01 <[email protected]> | 2025-07-05 19:42:44 +0200 |
|---|---|---|
| committer | raldone01 <[email protected]> | 2025-07-05 19:42:44 +0200 |
| commit | e11047f00367e3b32cbc966de0ad687276aa613b (patch) | |
| tree | fe37214600420e1b0048e9136073c66841f4e5af /examples/device/webusb_serial/website/index.html | |
| parent | bc13c80c630f45603ddb6a1e0435bf637580fb68 (diff) | |
Add support for dark and light theme.
Diffstat (limited to 'examples/device/webusb_serial/website/index.html')
| -rw-r--r-- | examples/device/webusb_serial/website/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/webusb_serial/website/index.html b/examples/device/webusb_serial/website/index.html index 87fcfd6aa..bf02d0294 100644 --- a/examples/device/webusb_serial/website/index.html +++ b/examples/device/webusb_serial/website/index.html @@ -13,7 +13,8 @@ <body> <header class="header"> - <h1 class="title">TinyUSB - WebUSB Serial</h1> + <h1 class="app-title">TinyUSB - WebUSB Serial</h1> + <button id="theme-toggle" class="btn btn-theme">Theme: Auto</button> <a class="github-link" href="https://github.com/hathach/tinyusb/tree/master/examples/device/webusb_serial/website" target="_blank"> Find my source on GitHub |
