-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 2.32 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
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="msapplication-TileColor" content="#3B82F6" />
<meta name="theme-color" content="#3B82F6" />
<meta name="title" content="Transcribe – Free and Secure" />
<meta
name="description"
content="Convert audio to text using Whisper speech-to-text models, all processed locally on your device for maximum privacy and data security."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@stekhn" />
<meta name="twitter:title" content="Transcribe – Free and Secure" />
<meta
name="twitter:description"
content="Convert audio to text using Whisper speech-to-text models, all processed locally on your device for maximum privacy and data security."
/>
<meta
name="twitter:url"
content="https://stekhn.github.io/transcribe/"
/>
<meta
name="twitter:image"
content="https://stekhn.github.io/transcribe/preview.jpg"
/>
<meta property="og:type" content="article" />
<meta property="og:locale" content="de_DE" />
<meta property="og:site_name" content="BR" />
<meta property="og:title" content="Transcribe – Free and Secure" />
<meta
property="og:description"
content="Convert audio to text using Whisper speech-to-text models, all processed locally on your device for maximum privacy and data security."
/>
<meta
property="og:url"
content="https://stekhn.github.io/transcribe/"
/>
<meta
property="og:image"
content="https://stekhn.github.io/transcribe/preview.jpg"
/>
<title>Transcribe – Free and Secure</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>