initial commit/backup

This commit is contained in:
2024-11-01 20:55:18 -04:00
commit bc53ce53b1
39 changed files with 10456 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/* style.css */
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0;
}
h1 {
color: #333;
}
webview {
display: none;
}
.open-webview {
display: block;
}
#tabwebview {
display: block !important;
}