feat(app/web): add index.html [skip ci]

This commit is contained in:
lowlighter
2022-07-05 23:44:00 -04:00
parent 87e2f6ced5
commit 1713f5e47f
10 changed files with 174 additions and 114 deletions

View File

@@ -85,7 +85,7 @@
//Data initialization
data: {
version: "",
user: "",
user: new URLSearchParams(location.search).get("user") || "",
tab: "overview",
palette: "light",
clipboard: null,