-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 926 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml"
href="https://res.cloudinary.com/dsuxginpx/image/upload/v1686811849/static/favicon_bra0cn.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coffee</title>
<meta property="og:url" content="https://coffeeapp-nine.vercel.app/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Coffee Shop" />
<meta property="og:description" content="Coffee Shop Thương Hiệu Cà Phê Tự Hào Sinh Ra Từ Đất Việt" />
<meta property="og:image"
content="https://res.cloudinary.com/dsuxginpx/image/upload/v1686751433/static/z4432575084028_fe8edcee513f9862659ddacebc36e0f0_ykw5jr.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="/js/main.js"></script>
</body>
</html>