-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.99 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/avocab.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Avocab - English to Lao Dictionary</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="Avocab is a powerful English to Lao dictionary web app that provides translations, word meanings, synonyms, antonyms, and more. Learn new words daily and enhance your language skills with Avocab's user-friendly interface."
/>
<meta
name="keywords"
content="English to Lao dictionary, Avocab, Lao translations, English dictionary, synonyms, antonyms, vocabulary learning, language app, word of the day"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="Xaypanya Phongsa" />
<!-- Open Graph Tags -->
<meta property="og:title" content="Avocab - English to Lao Dictionary" />
<meta
property="og:description"
content="Explore Avocab, the perfect web app for English to Lao translations, synonyms, antonyms, and daily vocabulary building."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://avocab.com" />
<meta property="og:image" content="https://i.ibb.co/6yyr540/avocab.png" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Avocab - English to Lao Dictionary" />
<meta
name="twitter:description"
content="Learn English and Lao vocabulary with Avocab, offering word definitions, translations, synonyms, and more."
/>
<meta name="twitter:image" content="https://i.ibb.co/6yyr540/avocab.png" />
<!-- google verification -->
<meta name="google-site-verification" content="5f_brwJPraACEUBJBjOm9XqvB_D53hjDAzfDW_qmjkQ" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>