admin08077 commited on
Commit
89261a7
·
verified ·
1 Parent(s): 4ae892a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -86
index.html CHANGED
@@ -7,87 +7,10 @@
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 {
11
- font-family: 'Inter', sans-serif;
12
- background-color: #050505;
13
- color: #e5e5e5;
14
- }
15
- .mono {
16
- font-family: 'JetBrains Mono', monospace;
17
- }
18
- ::-webkit-scrollbar {
19
- width: 6px;
20
- }
21
- ::-webkit-scrollbar-track {
22
- background: #111;
23
- }
24
- ::-webkit-scrollbar-thumb {
25
- background: #333;
26
- border-radius: 10px;
27
- }
28
- ::-webkit-scrollbar-thumb:hover {
29
- background: #444;
30
- }
31
-
32
- @keyframes matrix-scan {
33
- 0% { top: -10%; }
34
- 100% { top: 110%; }
35
- }
36
-
37
- .matrix-line {
38
- position: absolute;
39
- width: 100%;
40
- height: 2px;
41
- background: linear-gradient(90deg, transparent, #f43f5e, transparent);
42
- opacity: 0.3;
43
- animation: matrix-scan 3s linear infinite;
44
- }
45
-
46
- @media print {
47
- @page {
48
- margin: 0;
49
- size: auto;
50
- }
51
- body {
52
- background: white !important;
53
- color: black !important;
54
- margin: 0 !important;
55
- padding: 0 !important;
56
- }
57
- #root {
58
- padding: 0 !important;
59
- }
60
- .print-hidden {
61
- display: none !important;
62
- }
63
- aside, header, nav, button {
64
- display: none !important;
65
- }
66
- main {
67
- margin-left: 0 !important;
68
- padding: 0 !important;
69
- width: 100% !important;
70
- }
71
- .print\:p-0 {
72
- padding: 0 !important;
73
- }
74
- .print\:m-0 {
75
- margin: 0 !important;
76
- }
77
- .print\:shadow-none {
78
- box-shadow: none !important;
79
- }
80
- .print\:border-none {
81
- border: none !important;
82
- }
83
- .print\:rounded-none {
84
- border-radius: 0 !important;
85
- }
86
- * {
87
- -webkit-print-color-adjust: exact !important;
88
- print-color-adjust: exact !important;
89
- }
90
- }
91
  </style>
92
  <script type="importmap">
93
  {
@@ -95,18 +18,17 @@
95
  "lucide-react": "https://esm.sh/lucide-react@^0.563.0",
96
  "react-dom/": "https://esm.sh/react-dom@^19.2.4/",
97
  "react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
98
- "@google/genai": "https://esm.sh/@google/genai@^1.41.0",
99
- "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
100
  "react/": "https://esm.sh/react@^19.2.4/",
101
  "react": "https://esm.sh/react@^19.2.4",
102
  "recharts": "https://esm.sh/recharts@^3.7.0",
103
  "express": "https://esm.sh/express@^5.2.1",
104
- "bcryptjs": "https://esm.sh/bcryptjs@^3.0.3",
105
- "url": "https://esm.sh/url@^0.11.4",
106
  "cors": "https://esm.sh/cors@^2.8.6",
107
  "path": "https://esm.sh/path@^0.12.7",
 
 
 
108
  "vite": "https://esm.sh/vite@^7.3.1",
109
- "sqlite3": "https://esm.sh/sqlite3@^5.1.7"
110
  }
111
  }
112
  </script>
 
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
  </style>
15
  <script type="importmap">
16
  {
 
18
  "lucide-react": "https://esm.sh/lucide-react@^0.563.0",
19
  "react-dom/": "https://esm.sh/react-dom@^19.2.4/",
20
  "react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
 
 
21
  "react/": "https://esm.sh/react@^19.2.4/",
22
  "react": "https://esm.sh/react@^19.2.4",
23
  "recharts": "https://esm.sh/recharts@^3.7.0",
24
  "express": "https://esm.sh/express@^5.2.1",
 
 
25
  "cors": "https://esm.sh/cors@^2.8.6",
26
  "path": "https://esm.sh/path@^0.12.7",
27
+ "url": "https://esm.sh/url@^0.11.4",
28
+ "sqlite3": "https://esm.sh/sqlite3@^5.1.7",
29
+ "bcryptjs": "https://esm.sh/bcryptjs@^3.0.3",
30
  "vite": "https://esm.sh/vite@^7.3.1",
31
+ "@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4"
32
  }
33
  }
34
  </script>