CVNSS commited on
Commit
f3276fc
·
verified ·
1 Parent(s): 8c1bfbb

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -1
index.html CHANGED
@@ -5,15 +5,22 @@
5
  <meta name="viewport" content="width=device-width,initial-scale=1" />
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
- <base href="./" />
9
 
 
10
  <link rel="icon" type="image/svg+xml" href="./cad2map-favicon.svg" />
11
  <title>CAD2MAP - CMB AI Tools</title>
12
 
 
13
  <link rel="stylesheet" href="./index-nLRMG7XC.css" />
14
  </head>
 
15
  <body>
16
  <div id="app"></div>
 
 
 
 
 
17
  <script type="module" crossorigin src="./index-Cm1h4vpW.js"></script>
18
  </body>
19
  </html>
 
5
  <meta name="viewport" content="width=device-width,initial-scale=1" />
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
 
9
+ <base href="./" />
10
  <link rel="icon" type="image/svg+xml" href="./cad2map-favicon.svg" />
11
  <title>CAD2MAP - CMB AI Tools</title>
12
 
13
+ <!-- CSS ở ROOT -->
14
  <link rel="stylesheet" href="./index-nLRMG7XC.css" />
15
  </head>
16
+
17
  <body>
18
  <div id="app"></div>
19
+
20
+ <!-- Fix provinces chạy TRƯỚC bundle -->
21
+ <script src="./hf-fix.js"></script>
22
+
23
+ <!-- Bundle JS ở ROOT -->
24
  <script type="module" crossorigin src="./index-Cm1h4vpW.js"></script>
25
  </body>
26
  </html>