-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="src/assets/logo.png" sizes="any" type="image/png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<title>GACHAREVENUE</title>
<meta
name="description"
content="Discover the latest revenue trends, earnings, and statistics for your favorite gacha games."
/>
<meta property="og:title" content="GACHAREVENUE" />
<meta property="og:url" content="https://www.gacharevenue.com" />
<meta
property="og:description"
content="Discover the latest revenue trends, earnings, and statistics for your favorite gacha games."
/>
<meta property="og:image" content="https://i.imgur.com/znIeTe4.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@numberiock" />
<meta name="twitter:title" content="GACHAREVENUE" />
<meta
name="twitter:description"
content="Discover the latest revenue trends, earnings, and statistics for your favorite gacha games."
/>
<meta name="twitter:image" content="https://i.imgur.com/znIeTe4.jpg" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1008652700279299"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>