-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
25 lines (21 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mimiuchi</title>
<meta property="og:site_name" content="mimiuchi" />
<meta property="og:title" content="mimiuchi: speech-to-text" />
<meta property="og:type" content="website" />
<meta name="keywords" content="mimiuchi, naeruru, naeris, speech-to-text">
<meta property="og:url" content="https://mimiuchi.com/" />
<meta property="og:image" content="https://mimiuchi.com/logo-256x256.png" />
<meta property="og:description" content="Free, real-time captioning using your voice." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>