admin08077 commited on
Commit
f3ca3f6
·
verified ·
1 Parent(s): 0469e30

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +31 -19
index.html CHANGED
@@ -1,19 +1,31 @@
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
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
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
+ <title>Demo Bank</title>
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script src="https://cdn.plaid.com/link/v2/stable/link-initialize.js"></script>
11
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
12
+
13
+ <link rel="stylesheet" href="/index.css">
14
+ <script type="importmap">
15
+ {
16
+ "imports": {
17
+ "react": "https://aistudiocdn.com/react@^19.1.1",
18
+ "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/",
19
+ "react/": "https://aistudiocdn.com/react@^19.1.1/",
20
+ "recharts": "https://aistudiocdn.com/recharts@^3.2.0",
21
+ "@google/genai": "https://aistudiocdn.com/@google/genai@^1.19.0",
22
+ "recharts/": "https://aistudiocdn.com/recharts@^3.3.0/"
23
+ }
24
+ }
25
+ </script>
26
+ <script type="module" crossorigin src="/assets/index-D7o8eYSJ.js"></script>
27
+ </head>
28
+ <body class="bg-gray-900">
29
+ <div id="root"></div>
30
+ </body>
31
+ </html>