admin08077 commited on
Commit
16d5ae8
·
verified ·
1 Parent(s): 5c42ac1

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +41 -40
index.html CHANGED
@@ -1,43 +1,44 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Sovereign AI Banking Nexus</title>
7
-
8
- <script src="https://cdn.tailwindcss.com"></script>
9
- <script src="https://cdn.plaid.com/link/v2/stable/link-initialize.js"></script>
10
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>
11
- <link rel="manifest" href="./assets/manifest-GZXqNRq6.json">
12
- <link rel="icon" href="./assets/favicon-Dq_UXfCM.ico" type="image/x-icon">
13
-
14
-
15
-
16
-
17
- <!-- Datadog RUM Initialization: Start early to capture boot errors -->
18
- <script type="module" crossorigin src="./assets/main-Bw7ByfGi.js"></script>
19
- <link rel="stylesheet" crossorigin href="./assets/main-Ant-9Hmh.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  </head>
21
-
22
- <body>
23
- <div class="app-container">
24
- <!-- Initial Splash Screen / Loading State -->
25
- <div id="loading" class="loading-state">
26
- <div class="loading-text">Synchronizing with Quantum Core...</div>
27
- </div>
28
-
29
- <!-- Static Error Catch -->
30
- <div id="error" class="error-state" style="display: none;">
31
- <div class="error-title">Oops!</div>
32
- <div class="error-message">Nexus Handshake Interrupted</div>
33
- <div id="error-details" class="error-sub-message"></div>
34
- </div>
35
-
36
- <!-- React Mount Point -->
37
- <div id="root" class="main-card-wrapper" style="display: none;">
38
- <!-- React will render here -->
39
- </div>
40
- </div>
41
-
42
- </body>
43
- </html>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Lumina Quantum Ledger</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
9
+ <style>
10
+ body { font-family: 'Inter', sans-serif; background-color: #050505; color: #e5e5e5; }
11
+ .mono { font-family: 'JetBrains Mono', monospace; }
12
+ @keyframes matrix-scan { 0% { top: -10%; } 100% { top: 110%; } }
13
+ .matrix-line { position: absolute; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #f43f5e, transparent); opacity: 0.3; animation: matrix-scan 3s linear infinite; }
14
+ /* Custom Scrollbar for the dark theme */
15
+ .custom-scrollbar::-webkit-scrollbar { width: 6px; }
16
+ .custom-scrollbar::-webkit-scrollbar-track { background: #050505; }
17
+ .custom-scrollbar::-webkit-scrollbar-thumb { background: #1a1a1a; border-radius: 10px; }
18
+ .custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #2a2a2a; }
19
+ </style>
20
+
21
+ <link rel="stylesheet" href="/index.css">
22
+ <script type="importmap">
23
+ {
24
+ "imports": {
25
+ "lucide-react": "https://esm.sh/lucide-react@^0.563.0",
26
+ "react-dom/": "https://esm.sh/react-dom@^19.2.4/",
27
+ "react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
28
+ "react/": "https://esm.sh/react@^19.2.4/",
29
+ "react": "https://esm.sh/react@^19.2.4",
30
+ "recharts": "https://esm.sh/recharts@^3.7.0",
31
+ "@google/genai": "https://esm.sh/@google/genai@^1.41.0",
32
+ "path": "https://esm.sh/path@^0.12.7",
33
+ "vite": "https://esm.sh/vite@^7.3.1",
34
+ "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
35
+ "url": "https://esm.sh/url@^0.11.4"
36
+ }
37
+ }
38
+ </script>
39
+ <script type="module" crossorigin src="/assets/index-ByGykoqv.js"></script>
40
  </head>
41
+ <body>
42
+ <div id="root"></div>
43
+ </body>
44
+ </html>