-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="title" content="LiveTranslate" />
<meta property="description" content="Translate as you speak using Google Chrome's Web Speech API for speech recognition" />
<meta name="theme-color" content="#6319e5">
<meta property="og:url" content="https://translate.sglkc.my.id" />
<meta property="og:type" content="website">
<meta property="og:title" content="LiveTranslate" />
<meta property="og:site_name" content="translate.sglkc.my.id" />
<meta property="og:description" content="Translate as you speak using Google Chrome's Web Speech API for speech recognition" />
<meta property="og:image" content="https://translate.sglkc.my.id/thumbnail.png" />
<meta name="twitter:url" content="https://translate.sglkc.my.id" />
<meta name="twitter:title" content="LiveTranslate" />
<meta name="twitter:image" content="https://translate.sglkc.my.id/thumbnail.png" />
<meta name="twitter:description" content="Translate as you speak using Google Chrome's Web Speech API for speech recognition" />
<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<title>LiveTranslate</title>
</head>
<body>
<div id="app" class="h-full"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>