-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (43 loc) · 2.08 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
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vivue Dictionary</title>
<meta name="title" content="Vivue Dictionary" />
<meta
name="description"
content="Vivue Dictionary là ứng dụng từ điển web, cho người Việt. Xây dựng dựa trên VueJS"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vivue.online" />
<meta property="og:title" content="Vivue Dictionary - For Vietnamese, By Vietnamese" />
<meta
property="og:description"
content="Vivue Dictionary là ứng dụng từ điển trên nền tảng web, cho người Việt. Xây dựng dựa trên VueJS"
/>
<meta property="og:image" content="https://i.ibb.co/FsnYLpf/vivue-app.png" />
<meta property="twitter:card" content="https://i.ibb.co/FsnYLpf/vivue-app.png" />
<meta property="twitter:url" content="https://vivue.online" />
<meta property="twitter:title" content="Vivue Dictionary - For Vietnamese, By Vietnamese" />
<meta
property="twitter:description"
content="Vivue Dictionary là ứng dụng từ điển trên nền tảng web, cho người Việt. Xây dựng dựa trên VueJS"
/>
<meta property="twitter:image" content="https://i.ibb.co/FsnYLpf/vivue-app.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Vivue Dictionary" />
<meta name="apple-mobile-web-app-title" content="Vivue Dictionary" />
<meta name="theme-color" content="#42d392" />
<meta name="msapplication-navbutton-color" content="#111116" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="msapplication-starturl" content="/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>