-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (49 loc) · 2.71 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="-2fv1HDBgh-BgUfKJ9COATKa2xVK8C_DkN_mo1-aJlc" />
<!-- SEO Title -->
<title>Country Info - Discover Cultures, Languages, and Traditions Worldwide</title>
<!-- Meta Description for SEO -->
<meta name="description" content="Explore detailed information about countries worldwide, including their cultures, languages, histories, and traditions. Discover the beauty and diversity of our global community." />
<!-- Keywords -->
<meta name="keywords" content="Country Information, World Cultures, Languages, Traditions, Travel Guide, Global Cultures, History of Countries" />
<!-- Author -->
<meta name="author" content="Dilmurod" />
<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="Country Info - Discover Cultures and Languages" />
<meta property="og:description" content="Learn about the diverse cultures, languages, and histories of countries worldwide. A valuable resource for exploring global traditions." />
<meta property="og:image" content="./src/img/graph.jpg" />
<meta property="og:url" content="https://country-info-ten-iota.vercel.app/" /> <!-- URL qo'shildi -->
<meta property="og:type" content="website" />
<!-- Twitter Card for better sharing on Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Country Info - Discover Cultures and Languages" />
<meta name="twitter:description" content="Learn about the diverse cultures, languages, and histories of countries worldwide." />
<meta name="twitter:image" content="./src/img/graph.jpg" />
<!-- Canonical URL to prevent duplicate content issues -->
<link rel="canonical" href="https://country-info-ten-iota.vercel.app/" /> <!-- URL qo'shildi -->
<!-- Favicon -->
<link rel="icon" type="image/png" href="./src/img/logo.png" />
<!-- AOS Animation Stylesheet -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Stylesheets (Place main CSS here) -->
<link rel="stylesheet" href="/src/styles/main.css" />
</head>
<body>
<!-- Main content root -->
<div id="root"></div>
<!-- Main React App Script -->
<script type="module" src="/src/main.jsx"></script>
<!-- AOS Animation Script -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: true, // Initialize animation only once for better performance
duration: 800, // Animation duration in milliseconds
});
</script>
</body>
</html>