admin08077 commited on
Commit
e54bcef
·
verified ·
1 Parent(s): f7b71cb

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +23 -33
index.html CHANGED
@@ -1,50 +1,40 @@
1
-
2
  <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
5
  <meta charset="UTF-8" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Files - My files</title>
8
  <script src="https://cdn.tailwindcss.com"></script>
9
- <link rel="preconnect" href="https://fonts.googleapis.com">
10
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
12
- <style>
13
- body {
14
- font-family: 'Roboto', sans-serif;
15
- overflow: hidden;
16
- }
17
- ::-webkit-scrollbar {
18
- width: 8px;
19
- height: 8px;
20
- }
21
- ::-webkit-scrollbar-track {
22
- background: transparent;
23
- }
24
- ::-webkit-scrollbar-thumb {
25
- background: #cbd5e1;
26
- border-radius: 10px;
27
- }
28
- ::-webkit-scrollbar-thumb:hover {
29
- background: #94a3b8;
30
  }
31
- </style>
 
32
 
33
  <link rel="stylesheet" href="/index.css">
34
  <script type="importmap">
35
  {
36
  "imports": {
37
- "react/": "https://esm.sh/react@^19.2.3/",
38
- "react": "https://esm.sh/react@^19.2.3",
39
- "react-dom/": "https://esm.sh/react-dom@^19.2.3/",
40
- "@google/genai": "https://esm.sh/@google/genai@^1.35.0",
41
- "lucide-react": "https://esm.sh/lucide-react@^0.562.0"
42
  }
43
  }
44
  </script>
45
- <script type="module" crossorigin src="/assets/index-BzycViz8.js"></script>
46
  </head>
47
- <body class="bg-[#f1f3f4] text-[#3c4043]">
48
  <div id="root"></div>
49
- </body>
50
- </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>GitHub AI Code Editor</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
+ <script>
9
+ tailwind.config = {
10
+ theme: {
11
+ extend: {
12
+ colors: {
13
+ 'gray': {
14
+ '850': '#182030',
15
+ '950': '#0b0f1a',
16
+ }
17
+ }
18
+ }
19
+ }
 
 
 
 
 
 
 
 
 
20
  }
21
+ </script>
22
+
23
 
24
  <link rel="stylesheet" href="/index.css">
25
  <script type="importmap">
26
  {
27
  "imports": {
28
+ "react": "https://aistudiocdn.com/react@^19.1.1",
29
+ "@google/genai": "https://aistudiocdn.com/@google/genai@^1.21.0",
30
+ "react/": "https://aistudiocdn.com/react@^19.1.1/",
31
+ "react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/"
 
32
  }
33
  }
34
  </script>
35
+ <script type="module" crossorigin src="/assets/index-CsLzHxVf.js"></script>
36
  </head>
37
+ <body class="bg-gray-950 text-gray-200">
38
  <div id="root"></div>
39
+ </body>
40
+ </html>