-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (71 loc) · 2.58 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" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Game Discovery - Find Your Next Favorite Game</title>
<meta
name="description"
content="Discover the latest and greatest video games with Game Discovery. Browse a wide selection of games and read reviews from other players. Find your next favorite game today!"
/>
<meta
name="keywords"
content="video games, gaming, game discovery, game reviews, game recommendations"
/>
<meta name="author" content="Daud L Namayala" />
<meta
property="og:title"
content="Game Discovery - Find Your Next Favorite Game"
/>
<meta
property="og:description"
content="Discover the latest and greatest video games with Game Discovery. Browse a wide selection of games and read reviews from other players. Find your next favorite game today!"
/>
<meta
property="og:image"
content="https://game-hub-dln.vercel.app/assets/logo-f1df1d14.webp"
/>
<meta property="og:url" content="https://game-hub-dln.vercel.app" />
<meta property="og:type" content="website" />
<meta
name="twitter:card"
content="https://game-hub-dln.vercel.app/assets/logo-f1df1d14.webp"
/>
<meta
name="twitter:title"
content="Game Discovery - Find Your Next Favorite Game"
/>
<meta
name="twitter:description"
content="Discover the latest and greatest video games with Game Discovery. Browse a wide selection of games and read reviews from other players. Find your next favorite game today!"
/>
<meta
name="twitter:image"
content="https://game-hub-dln.vercel.app/assets/logo-f1df1d14.webp"
/>
<!-- Matomo -->
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = '//127.0.0.1:8000/';
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '2']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = u + 'matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>