Spaces:
Running
Running
Upload index.html
Browse files- index.html +41 -18
index.html
CHANGED
|
@@ -1,19 +1,42 @@
|
|
| 1 |
-
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
</html>
|
|
|
|
| 1 |
+
|
| 2 |
+
<!DOCTYPE html>
|
| 3 |
+
<html lang="en">
|
| 4 |
+
<head>
|
| 5 |
+
<meta charset="UTF-8" />
|
| 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>
|
| 12 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
|
| 13 |
+
|
| 14 |
+
<link rel="stylesheet" href="/index.css">
|
| 15 |
+
<script type="importmap">
|
| 16 |
+
{
|
| 17 |
+
"imports": {
|
| 18 |
+
"react": "https://esm.sh/react@19.2.3",
|
| 19 |
+
"react/": "https://esm.sh/react@19.2.3/",
|
| 20 |
+
"react-dom": "https://esm.sh/react-dom@19.2.3",
|
| 21 |
+
"react-dom/": "https://esm.sh/react-dom@19.2.3/",
|
| 22 |
+
"recharts": "https://esm.sh/recharts@2.12.0?external=react,react-dom",
|
| 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.17.19?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 |
+
}
|
| 35 |
+
}
|
| 36 |
+
</script>
|
| 37 |
+
<script type="module" crossorigin src="/assets/index-CwQLVUuC.js"></script>
|
| 38 |
+
</head>
|
| 39 |
+
<body class="bg-gray-950 text-white">
|
| 40 |
+
<div id="app"></div>
|
| 41 |
+
</body>
|
| 42 |
</html>
|