-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (40 loc) · 2.11 KB
/
Copy pathindex.html
File metadata and controls
47 lines (40 loc) · 2.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="How well do you know your keyboard?" />
<meta property="og:title" content="Keyboard Master: Typing Efficiency" />
<!-- prettier-ignore -->
<meta property="og:description" content="How well do you know your keyboard? Measure your typing speed and accuracy!" />
<!-- prettier-ignore -->
<meta property="og:image" content="https://res.cloudinary.com/dnrafo7kc/image/upload/v1716317883/keyboardMaster_o8wcji.jpg" />
<!-- prettier-ignore -->
<meta property="og:url" content="https://keyboardmaster.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Keyboard Master" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://keyboardmaster.vercel.app/" />
<meta name="twitter:title" content="Keyboard Master: Typing Efficiency" />
<!-- prettier-ignore -->
<meta name="twitter:description" content="How well do you know your keyboard? Measure your typing speed and accuracy!" />
<!-- prettier-ignore -->
<meta property="twitter:description" content="How well do you know your keyboard? Measure your typing speed and accuracy!" />
<!-- prettier-ignore -->
<meta property="twitter:image" content="https://res.cloudinary.com/dnrafo7kc/image/upload/v1716317883/keyboardMaster_o8wcji.jpg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap"
rel="stylesheet"
/>
<title>Keyboard Master: Typing efficiency</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>