This repository was archived by the owner on Sep 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 1.83 KB
/
Copy pathindex.html
File metadata and controls
55 lines (51 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Avro Slate</title>
<meta
name="description"
content="Bangla typing tool for the Web. Use Avro Phonetic on your browser without installing any additional tool."
/>
<meta
property="og:url"
content="https://nabilsnigdho.github.io/avro-slate/"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Avro Slate" />
<meta
property="og:description"
content="Bangla typing tool for the Web. Use Avro Phonetic on your browser without installing any additional tool."
/>
<meta
property="og:image"
content="https://nabilsnigdho.github.io/avro-slate/avro-slate_banner.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Avro Slate" />
<meta name="twitter:site" content="@SnigdhoNabil" />
<meta
name="twitter:description"
content="Bangla typing tool for the Web. Use Avro Phonetic on your browser without installing any additional tool."
/>
<meta
name="twitter:image"
content="https://nabilsnigdho.github.io/avro-slate/avro-slate_banner.png"
/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link
rel="alternate icon"
href="/favicon.ico"
type="image/png"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
</head>
<body class="overflow-hidden">
<div id="app" class="dark:bg-dark-500 dark:text-white"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>