-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Type Here | App</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="A textbox with vim support to write and edit notes."
/>
<meta
name="keywords"
content="typehere, type, here, type here, typehere.co, vim, productivity, notes, tasks, management, app"
/>
<meta name="author" content="Shaoru Ian Huang" />
<meta property="og:title" content="Type Here | App" />
<meta
property="og:description"
content="A textbox with vim support to write and edit notes."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.typehereapp.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Type Here | App" />
<meta
name="twitter:description"
content="A textbox with vim support to write and edit notes."
/>
<meta name="twitter:site" content="@shaoruu" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>