-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
59 lines (52 loc) · 2.54 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
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/src/assets/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <meta name="google-site-verification" content="akJ-TI1TQa6PPeBLKFYXzVn5oMUPP8SpLAhZTqjSMDE" /> -->
<meta name="google-site-verification" content="VniPnTrmkHzV7CD-toV5irUArpVN2_v9SRf-AzPXl3s" />
<meta name="description" content="Light Store - Top Up Hemat Main Puas! Dapatkan top up game murah dan cepat untuk game favorit Anda. Nikmati harga terbaik dan layanan cepat." />
<meta name="keywords" content="top up game, top up murah, top up hemat, top up FF, top up Mobile Legends, game murah, beli diamond, top up cepat, Light Store, light store, LightStore, Ligstore, lightstore" />
<meta name="author" content="Light Store" />
<meta property="og:title" content="Light Store - Top Up Hemat Main Puas" />
<meta property="og:description" content="Dapatkan top up murah untuk game seperti Free Fire, Mobile Legends, dan lainnya. Cepat, aman, dan hemat!" />
<meta property="og:image" content="/src/assets/img/logo.png" href="/src/assets/img/logo.png" />
<meta property="og:url" content="https://lightstoree.vercel.app" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Light Store - Top Up Hemat Main Puas" />
<meta name="twitter:description" content="Dapatkan top up murah untuk game favorit Anda. Cepat, aman, dan hemat!" />
<meta name="twitter:image" content="/src/assets/img/logo.png" />
<title>Light Store</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "OnlineStore",
"name": "Light Store",
"url": "https://lightstoree.vercel.app",
"description": "Light Store - Top Up Hemat Main Puas! Dapatkan top up game murah dan cepat untuk game favorit Anda.",
"logo": "/src/assets/img/logo.png",
"offers": {
"@type": "Offer",
"url": "https://lightstoree.vercel.app",
"priceCurrency": "IDR",
"price": "Rp10.000 - Rp500.000",
"itemOffered": {
"@type": "Service",
"name": "Top Up Game"
}
},
"address": {
"@type": "PostalAddress",
"addressCountry": "ID"
},
"image": "/src/assets/img/logo.png"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>