-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.42 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
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#0F766E">
<meta name="theme-color" content="#0F766E">
<meta
name="description"
content="VerbalCom is an interactive web application designed to enhance English verbal communication skills through various exercises and real-time feedback. Boost your fluency and confidence in speaking English with VerbalCom. Developed by Ashfiquzzaman Sajal."
/>
<meta
property="og:title"
content="VerbalCom - Enhance English Verbal Communication Skills"
/>
<meta
property="og:description"
content="VerbalCom is an interactive web application designed to enhance English verbal communication skills through various exercises and real-time feedback. Boost your fluency and confidence in speaking English with VerbalCom. Developed by Ashfiquzzaman Sajal."
/>
<meta
property="og:image"
content="/cover.png"
/>
<meta property="og:url" content="https://verbalcom.vercel.app/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="VerbalCom - Enhance English Verbal Communication Skills"
/>
<meta
name="twitter:description"
content="VerbalCom is an interactive web application designed to enhance English verbal communication skills through various exercises and real-time feedback. Boost your fluency and confidence in speaking English with VerbalCom. Developed by Ashfiquzzaman Sajal."
/>
<meta
name="twitter:image"
content="/cover.png"
/>
<meta name="twitter:creator" content="@ashsajal1" />
<meta property="og:site_name" content="VerbalCom" />
<meta name="author" content="Ashfiquzzaman Sajal" />
<meta name="robots" content="index, follow" />
<title>VerbalCom - Enhance Your English Verbal Communication Skills</title>
<!-- <link rel="icon" type="image/png" href="/logo.png" /> -->
</head>
<body class="dark:text-slate-100 dark:bg-gray-900 selection:bg-secondary selection:text-white">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>