feat: initial commit

This commit is contained in:
2023-03-03 02:04:17 +01:00
parent 66432c97a6
commit 4fdb49b55c
8 changed files with 10396 additions and 0 deletions

9
index.css Normal file
View File

@@ -0,0 +1,9 @@
body {
-webkit-user-select: none;
-webkit-app-region: drag;
}
a,
button {
-webkit-app-region: no-drag;
}