Spaces:
Running
Running
Upload index.html
Browse files- index.html +10 -6
index.html
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
<!DOCTYPE html>
|
| 3 |
<html lang="en">
|
| 4 |
<head>
|
|
@@ -6,6 +5,7 @@
|
|
| 6 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 7 |
<link rel="preload" href="/assets/IMG_5610-ZCjg0wqf.webp" as="image" />
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
| 9 |
<title>Sovereign OS</title>
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.plaid.com/link/v2/stable/link-initialize.js"></script>
|
|
@@ -23,20 +23,24 @@
|
|
| 23 |
"@google/genai": "https://esm.sh/@google/genai@1.31.0",
|
| 24 |
"@heroicons/react/outline": "https://esm.sh/@heroicons/react@1.0.6/outline?external=react",
|
| 25 |
"uuid": "https://esm.sh/uuid@9.0.1",
|
| 26 |
-
"@tanstack/react-query": "https://esm.sh/@tanstack/react-query@5.
|
| 27 |
"@heroicons/react/": "https://esm.sh/@heroicons/react@2.1.1/",
|
| 28 |
"path": "https://esm.sh/path@^0.12.7",
|
| 29 |
-
"lucide-react": "https://esm.sh/lucide-react@
|
| 30 |
"fs": "https://esm.sh/fs@^0.0.1-security",
|
| 31 |
"react-icons/": "https://esm.sh/react-icons@^5.5.0/",
|
| 32 |
"axios": "https://esm.sh/axios@^1.13.2",
|
| 33 |
-
"@sentry/react": "https://esm.sh/@sentry/react@8.35.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
}
|
| 35 |
}
|
| 36 |
</script>
|
| 37 |
-
<script type="module" crossorigin src="/assets/index-
|
| 38 |
</head>
|
| 39 |
<body class="bg-gray-950 text-white">
|
| 40 |
<div id="app"></div>
|
| 41 |
</body>
|
| 42 |
-
</html>
|
|
|
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
<link rel="preload" href="/assets/IMG_5610-ZCjg0wqf.webp" as="image" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
+
<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval' data: blob:; frame-src * data: blob: 'self' https://aistudio.google.com https://*.google.com; script-src * 'unsafe-inline' 'unsafe-eval' data: blob: https://cdn.tailwindcss.com https://cdn.plaid.com; connect-src * 'unsafe-inline'; img-src * data: blob:;">
|
| 9 |
<title>Sovereign OS</title>
|
| 10 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 11 |
<script src="https://cdn.plaid.com/link/v2/stable/link-initialize.js"></script>
|
|
|
|
| 23 |
"@google/genai": "https://esm.sh/@google/genai@1.31.0",
|
| 24 |
"@heroicons/react/outline": "https://esm.sh/@heroicons/react@1.0.6/outline?external=react",
|
| 25 |
"uuid": "https://esm.sh/uuid@9.0.1",
|
| 26 |
+
"@tanstack/react-query": "https://esm.sh/@tanstack/react-query@5.90.16?external=react,react-dom",
|
| 27 |
"@heroicons/react/": "https://esm.sh/@heroicons/react@2.1.1/",
|
| 28 |
"path": "https://esm.sh/path@^0.12.7",
|
| 29 |
+
"lucide-react": "https://esm.sh/lucide-react@0.562.0",
|
| 30 |
"fs": "https://esm.sh/fs@^0.0.1-security",
|
| 31 |
"react-icons/": "https://esm.sh/react-icons@^5.5.0/",
|
| 32 |
"axios": "https://esm.sh/axios@^1.13.2",
|
| 33 |
+
"@sentry/react": "https://esm.sh/@sentry/react@8.35.0",
|
| 34 |
+
"@reown/appkit": "https://esm.sh/@reown/appkit@1.8.16",
|
| 35 |
+
"@reown/appkit-universal-connector": "https://esm.sh/@reown/appkit-universal-connector@1.8.16",
|
| 36 |
+
"@reown/appkit-common": "https://esm.sh/@reown/appkit-common@1.8.16",
|
| 37 |
+
"ethers": "https://esm.sh/ethers@6.10.0"
|
| 38 |
}
|
| 39 |
}
|
| 40 |
</script>
|
| 41 |
+
<script type="module" crossorigin src="/assets/index-C00kevsQ.js"></script>
|
| 42 |
</head>
|
| 43 |
<body class="bg-gray-950 text-white">
|
| 44 |
<div id="app"></div>
|
| 45 |
</body>
|
| 46 |
+
</html>
|