Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Lumina Quantum Ledger</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <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"> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #050505; | |
| color: #e5e5e5; | |
| } | |
| .mono { | |
| font-family: 'JetBrains Mono', monospace; | |
| } | |
| ::-webkit-scrollbar { | |
| width: 6px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #111; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #333; | |
| border-radius: 10px; | |
| } | |
| ::-webkit-scrollbar-thumb:hover { | |
| background: #444; | |
| } | |
| @keyframes matrix-scan { | |
| 0% { top: -10%; } | |
| 100% { top: 110%; } | |
| } | |
| .matrix-line { | |
| position: absolute; | |
| width: 100%; | |
| height: 2px; | |
| background: linear-gradient(90deg, transparent, #f43f5e, transparent); | |
| opacity: 0.3; | |
| animation: matrix-scan 3s linear infinite; | |
| } | |
| @media print { | |
| @page { | |
| margin: 0; | |
| size: auto; | |
| } | |
| body { | |
| background: white ; | |
| color: black ; | |
| margin: 0 ; | |
| padding: 0 ; | |
| } | |
| #root { | |
| padding: 0 ; | |
| } | |
| .print-hidden { | |
| display: none ; | |
| } | |
| aside, header, nav, button { | |
| display: none ; | |
| } | |
| main { | |
| margin-left: 0 ; | |
| padding: 0 ; | |
| width: 100% ; | |
| } | |
| .print\:p-0 { | |
| padding: 0 ; | |
| } | |
| .print\:m-0 { | |
| margin: 0 ; | |
| } | |
| .print\:shadow-none { | |
| box-shadow: none ; | |
| } | |
| .print\:border-none { | |
| border: none ; | |
| } | |
| .print\:rounded-none { | |
| border-radius: 0 ; | |
| } | |
| * { | |
| -webkit-print-color-adjust: exact ; | |
| print-color-adjust: exact ; | |
| } | |
| } | |
| </style> | |
| <link rel="stylesheet" href="/index.css"> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "sqlite3": "https://esm.sh/sqlite3@^5.1.7", | |
| "lucide-react": "https://esm.sh/lucide-react@^0.563.0", | |
| "react-dom/": "https://esm.sh/react-dom@^19.2.4/", | |
| "react-router-dom": "https://esm.sh/react-router-dom@^7.13.0", | |
| "@google/genai": "https://esm.sh/@google/genai@^1.41.0", | |
| "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4", | |
| "react/": "https://esm.sh/react@^19.2.4/", | |
| "react": "https://esm.sh/react@^19.2.4", | |
| "path": "https://esm.sh/path@^0.12.7", | |
| "vite": "https://esm.sh/vite@^7.3.1", | |
| "recharts": "https://esm.sh/recharts@^3.7.0", | |
| "bcryptjs": "https://esm.sh/bcryptjs@^3.0.3", | |
| "url": "https://esm.sh/url@^0.11.4", | |
| "express": "https://esm.sh/express@^5.2.1", | |
| "cors": "https://esm.sh/cors@^2.8.6" | |
| } | |
| } | |
| </script> | |
| <script type="module" crossorigin src="/assets/index-UW1pcnB_.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> |