-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
42 lines (39 loc) · 1.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/pokegames.png" type="image/x-icon" />
<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=VT323&display=swap" rel="stylesheet" />
<title>Pokegames</title>
<meta name="title" content="Pokegames" />
<meta name="description" content="Play your favorite Pokemon games and catch them all!" />
<meta
name="keywords"
content="Pokemon games, play Pokemon games, catch Pokemon, free Pokemon games, online Pokemon games, new Pokemon games, best Pokemon games, Pokemon games for kids, Pokemon games for adults" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pokegames.vercel.app/" />
<meta property="og:title" content="Pokegames" />
<meta
property="og:description"
content="Play your favorite Pokemon games and catch them all!" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/radespratama/pokegames/main/public/static/pokegames-banner.avif" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pokegames.vercel.app/" />
<meta property="twitter:title" content="Pokegames" />
<meta
property="twitter:description"
content="Play your favorite Pokemon games and catch them all!" />
<meta
property="twitter:image"
content="https://raw.githubusercontent.com/radespratama/pokegames/main/public/static/pokegames-banner.avif" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>