CVNSS commited on
Commit
7fa5fd3
·
verified ·
1 Parent(s): 05c7a7c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -14
index.html CHANGED
@@ -2,29 +2,25 @@
2
  <html lang="vi">
3
  <head>
4
  <meta charset="UTF-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
 
7
 
8
- <!-- Quan trọng khi host dưới sub-path (Hugging Face Spaces, GitHub Pages, v.v.) -->
9
  <base href="./" />
10
 
 
11
  <title>CAD2MAP - CMB AI Tools</title>
12
- <meta name="description" content="CAD2MAP - Công cụ chuyển đổi file CAD sang bản đồ địa lý" />
13
- <meta name="author" content="CMB-AI" />
14
-
15
- <!-- Dùng path tương đối, KHÔNG dùng /... -->
16
- <link rel="icon" type="image/svg+xml" href="cad2map-favicon.svg" />
17
 
18
- <!-- Assets build (Vite/Webpack) cũng dùng path tương đối -->
19
- <link rel="stylesheet" href="assets/index-nLRMG7XC.css" />
20
- <script type="module" crossorigin src="assets/index-Cm1h4vpW.js"></script>
21
  </head>
22
 
23
  <body>
24
  <div id="app"></div>
25
 
26
- <noscript>
27
- Ứng dụng cần bật JavaScript để chạy.
28
- </noscript>
29
  </body>
30
  </html>
 
2
  <html lang="vi">
3
  <head>
4
  <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
6
+ <meta name="description" content="CAD2MAP - Công cụ chuyển đổi file CAD sang bản đồ địa lý" />
7
+ <meta name="author" content="CMB-AI" />
8
+ <meta name="theme-color" content="#0b5aa2" />
9
 
10
+ <!-- Quan trọng cho HuggingFace/static: dùng base + đường dẫn tương đối -->
11
  <base href="./" />
12
 
13
+ <link rel="icon" type="image/svg+xml" href="./cad2map-favicon.svg" />
14
  <title>CAD2MAP - CMB AI Tools</title>
 
 
 
 
 
15
 
16
+ <!-- CSS -->
17
+ <link rel="stylesheet" crossorigin href="./assets/index-nLRMG7XC.css" />
 
18
  </head>
19
 
20
  <body>
21
  <div id="app"></div>
22
 
23
+ <!-- App bundle -->
24
+ <script type="module" crossorigin src="./assets/index-Cm1h4vpW.js"></script>
 
25
  </body>
26
  </html>