-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 2.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/tigerblack.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/tigerblack.svg" />
<title>Luck Generator - Find Your 2024 Lucky Numbers</title>
<link rel="canonical" href="https://totoantonio.github.io/luckgenerator" />
<meta name="description"
content="Discover your lucky numbers for 2024 based on your Chinese zodiac sign! Try our Luck Generator for a boost of fortune!" />
<meta property="og:title" content="Luck Generator - 2024 Lucky Numbers" />
<meta property="og:description"
content="Want lucky numbers based on your Chinese zodiac sign? Try our Luck Generator for a boost of fortune in 2024!" />
<meta property="og:url" content="https://totoantonio.github.io/luckgenerator" />
<meta property="og:image" content="https://totoantonio.github.io/luckgenerator/LuckGenerator.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Luck Generator" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="https://totoantonio.github.io/luckgenerator" />
<meta property="twitter:url" content="https://totoantonio.github.io/luckgenerator" />
<meta name="twitter:title" content="Luck Generator - 2024 Lucky Numbers" />
<meta name="twitter:description"
content="Want lucky numbers based on your Chinese zodiac sign? Try our Luck Generator for a boost of fortune in 2024!" />
<meta name="twitter:image" content="https://totoantonio.github.io/luckgenerator/LuckGenerator.png" />
<meta name="keywords"
content="luck generator, lucky numbers, Chinese zodiac, fortune generator, zodiac lucky numbers, horoscope lucky numbers, 2024 lucky numbers, Chinese zodiac lucky numbers 2024" />
<meta name="google-site-verification" content="q_BKRKKu1Wyyan_YGpDPx9_Hh52d48S2tnoaCy6MFXs" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="/cultureEast.avif" as="image">
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap"
onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="./cultureEast.avif" as="image">
</head>
<body>
<a href="#main-content" class="skip-link"></a>
<div id="main-content">
<div id="root"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>