-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (69 loc) · 3.03 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="title"
content="Pol/Games - Short beautiful singleplayer minigames "
/>
<link rel="icon" type="image/x-icon" href="/brand/favicon.ico" />
<link
rel="icon"
type="image/svg+xml"
href="/brand/favicon_dark.svg"
media="(prefers-color-scheme: dark)"
/>
<meta
name="description"
content="Explore Pol/Games, a collection of short and beautiful singleplayer minigames. Currently featuring word-per-minute and memo games, with more exciting additions planned for the future. Challenge yourself and have fun with our engaging singleplayer experiences."
/>
<meta
name="keywords"
content="Pol/Games, singleplayer games, word-per-minute, memo games, minigames collection"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Pol Gubau Amores" />
<meta
name="title"
content="Pol/Games - Short beautiful singleplayer minigames "
/>
<meta
property="og:title"
content="Pol/Games - Short Singleplayer Minigames"
/>
<meta
property="og:description"
content="Explore Pol/Games, a collection of short and beautiful singleplayer minigames. Currently featuring word-per-minute and memo games, with more exciting additions planned for the future. Challenge yourself and have fun with our engaging singleplayer experiences."
/>
<meta property="og:image" content="/brand/screenshot.jpg" />
<meta property="og:image:width" content="900" />
<meta property="og:image:height" content="1600" />
<meta property="og:image" content="/brand/screenshot2.jpg" />
<meta property="og:image:width" content="900" />
<meta property="og:image:height" content="1600" />
<meta property="og:image" content="/brand/screenshot3.jpg" />
<meta property="og:image:width" content="900" />
<meta property="og:image:height" content="1600" />
<meta property="og:url" content="YourWebsiteURL" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Pol/Games - Short Singleplayer Minigames"
/>
<meta
name="twitter:description"
content="Explore Pol/Games, a collection of short and beautiful singleplayer minigames. Currently featuring word-per-minute and memo games, with more exciting additions planned for the future. Challenge yourself and have fun with our engaging singleplayer experiences."
/>
<meta name="twitter:image" content="/brand/screenshot.jpg" />
<title>Pol/Games - Short beautiful singleplayer minigames</title>
<link rel="manifest" href="/brand/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>