-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.36 KB
/
index.html
File metadata and controls
57 lines (50 loc) · 2.36 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
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SwiftType | Privacy-Focused Typing and Voice Speed Test</title>
<meta name="description"
content="SwiftType is a free, privacy-focused speed test for keyboard and opt-in browser voice recognition. No account, backend, paid API, or app-owned telemetry.">
<meta name="keywords"
content="typing test, typing speed, wpm, voice typing, keyboard typing, speech recognition, privacy typing test, swifttype">
<meta property="og:type" content="website">
<meta property="og:url" content="https://swifttype.pages.dev/">
<meta property="og:title" content="SwiftType | Privacy-Focused Speed Test">
<meta property="og:description"
content="A free keyboard and opt-in browser voice speed test with no account, backend, paid API, or app-owned telemetry.">
<meta property="og:image" content="https://swifttype.pages.dev/og-image.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://swifttype.pages.dev/">
<meta property="twitter:title" content="SwiftType | Privacy-Focused Speed Test">
<meta property="twitter:description"
content="A free keyboard and opt-in browser voice speed test with no account, backend, paid API, or app-owned telemetry.">
<meta property="twitter:image" content="https://swifttype.pages.dev/og-image.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "SwiftType",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "A free keyboard and opt-in browser voice speed test with no account, backend, paid API, or app-owned telemetry.",
"featureList": "Keyboard speed test, opt-in browser voice recognition, WPM tracking, accuracy tracking, dark and light mode, multiple durations",
"author": {
"@type": "Organization",
"name": "Murdawk Media",
"url": "https://www.murdawkmedia.com"
}
}
</script>
<link rel="icon" type="image/png" href="/favicon.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>