add clearTable command, simple webpage start

This commit is contained in:
creations 2025-03-18 21:07:15 -04:00
parent f14daf041a
commit 9a93e6269d
Signed by: creations
GPG key ID: 8F553AA4320FC711
10 changed files with 156 additions and 11 deletions

View file

@ -1,5 +1,9 @@
[data-theme="dark"] {
--background: rgb(31, 30, 30);
--background-secondary: rgb(45, 45, 45);
--border: rgb(31, 30, 30);
--text: rgb(255, 255, 255);
--text-secondary: rgb(255, 255, 255);
}
body {