-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0213b0" />
<meta name="description" content="Vinamilk est. 1976" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Vinamilk est. 1976, còn bạn?</title>
<link rel="dns-prefetch" href="https://fonts.bunny.net" />
<link rel="preconnect" href="https://fonts.bunny.net" />
<link
rel="preload"
href="https://fonts.bunny.net/css2?family=Inter:wght@400&display=swap"
as="style"
crossorigin="anonymous"
onload="this.onload=null,this.rel='stylesheet'"
/>
<noscript>
<link
href="https://fonts.bunny.net/css2?family=Inter:wght@400&display=swap"
rel="stylesheet"
crossorigin="anonymous"
/>
</noscript>
</head>
<body>
<div
id="root"
class="fixed top-0 right-0 bottom-0 left-0 flex flex-col bg-main"
></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>