-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
43 lines (37 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Say</title>
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/scribe.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Easily record and transcribe your audio files into text using AI. Get accurate text transcriptions in seconds. Easily save or export your transcripts. Record directly from your microphone. Edit and copy the entire transcript." />
<meta name="keywords" content="audio, transcribe, text, AI" />
<meta name="author" content="Say" />
<meta name="theme-color" content="#ffffff" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Say" />
<meta name="twitter:description" content="Easily record and transcribe your audio files into text using AI. Get accurate text transcriptions in seconds. Easily save or export your transcripts. Record directly from your microphone. Edit and copy the entire transcript." />
<meta name="twitter:image" content="https://say.addy.ie/meta@1x.jpg" />
<meta name="twitter:creator" content="@addyosmani" />
<meta name="twitter:site" content="https://say.addy.ie" />
<!-- Open Graph -->
<meta property="og:title" content="Say" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://say.addy.ie" />
<meta property="og:image" content="https://say.addy.ie/meta@1x.jpg" />
<meta property="og:description" content="Easily record and transcribe your audio files into text using AI. Get accurate text transcriptions in seconds. Easily save or export your transcripts. Record directly from your microphone. Edit and copy the entire transcript." />
<meta property="og:site_name" content="Say" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="en_GB" />
<!-- Manifest -->
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>