-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 1.86 KB
/
Copy pathindex.html
File metadata and controls
42 lines (40 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Typeable — find the name that's easiest to type</title>
<link rel="canonical" href="https://typeable.dev/" />
<meta
name="description"
content="Paste candidate names, words, or strings, pick a keyboard layout, and Typeable ranks them by how easy — or how fast — they are to type, with a per-term keyboard heatmap. Runs entirely in your browser."
/>
<!-- Open Graph / social previews. Add a raster og:image (1200x630) once a social image exists. -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://typeable.dev/" />
<meta property="og:title" content="Typeable — find the name that's easiest to type" />
<meta
property="og:description"
content="Rank candidate names, words, and strings by typing comfort and speed across keyboard layouts. Fully client-side."
/>
<meta name="twitter:card" content="summary" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Typeable",
"url": "https://typeable.dev/",
"description": "Rank candidate names, words, and strings by how easy they are to type, with per-term keyboard heatmaps across QWERTY, Dvorak, Colemak, and more. Free, runs entirely in the browser.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>