admin08077 commited on
Commit
f0be104
·
verified ·
1 Parent(s): e207da0

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +41 -18
index.html CHANGED
@@ -1,19 +1,42 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>