-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (68 loc) · 5.18 KB
/
index.html
File metadata and controls
84 lines (68 loc) · 5.18 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Character encoding -->
<meta charset="UTF-8" />
<!-- Viewport settings for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- SEO meta tags -->
<meta name="keywords" content="iphone, iphone sale, buy iphone, iphone store, apple phones, iphone deals, iphone e-commerce, iphone shopping, apple store, iphone marketplace, new iphone, refurbished iphone, cheap iphone, iphone discounts, latest iphone, online iphone store, iphone shop, iphone offers, iphone products, apple devices, iphone models, iphone accessories, iphone purchase, best iphone deals, iphone online">
<meta name="description" content="A modern e-commerce website dedicated to selling iPhones. Features an intuitive interface, advanced product and order management, and a seamless user experience. Perfect for tech enthusiasts and Apple fans. 🌟📱 ">
<meta name="author" content="Barthez Kenwou" /> <!-- Specifies the author of the project -->
<meta name="theme-color" content="#1E293B" /> <!-- Sets the theme color for mobile browsers -->
<meta name="language" content="en" /> <!-- Specifies the primary language of the content -->
<meta name="year-of-publication" content="2025">
<meta name="application-name" content="Iphone Cameroon" /> <!-- Application name -->
<!-- Compatibility meta tag for Internet Explorer -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Open Graph meta tags for social media sharing -->
<meta property="og:title" content="Iphone Cameroon" />
<meta property="og:description" content="A modern e-commerce website dedicated to selling iPhones. Features an intuitive interface, advanced product and order management, and a seamless user experience. Perfect for tech enthusiasts and Apple fans. 🌟📱" />
<meta property="og:image" content="https://iphone-cameroon.onrender.com/images/preview-image.png" />
<meta property="og:image:alt" content="Iphone Cameroon, le paradis de vos désir !" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:heigh" content="630" />
<meta property="og:url" content="https://iphone-cameroon.onrender.com" />
<meta property="og:type" content="website" />
<meta property="og:site-name" content="Iphone Cameroon" />
<!-- Twitter Card meta tags for social media sharing -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Iphone Cameroon" />
<meta name="twitter:description" content="A modern e-commerce website dedicated to selling iPhones. Features an intuitive interface, advanced product and order management, and a seamless user experience. Perfect for tech enthusiasts and Apple fans. 🌟📱" />
<meta name="twitter:image" content="https://iphone-cameroon.onrender.com/images/preview-image.png" />
<meta property="twitter:image:alt" content="Iphone Cameroon, le paradis de vos désir !" />
<!-- Copyright information -->
<meta name="copyright" content="© 2024 Barthez Kenwou. All rights reserved." />
<!-- Content rating and distribution -->
<meta name="rating" content="general" /> <!-- Specifies content rating for search engines -->
<meta name="distribution" content="global" /> <!-- Specifies content distribution -->
<!-- Cache control for modern browsers -->
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<!-- Generator meta tag -->
<meta name="generator" content="React, Tailwind CSS, Vite" /> <!-- Specifies tools used to create the page -->
<!-- Optimization for mobile devices -->
<meta name="HandheldFriendly" content="true" /> <!-- Indicates the page is mobile-friendly -->
<!-- Page title -->
<title>iPhone Cameroon - Premium Devices & Services at Your Fingertips</title>
<!-- Icons for devices and browsers -->
<link rel="apple-touch-icon" href="favicon_io/apple-touch-icon.png" /> <!-- Apple devices icon -->
<!-- Favicon for the project -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<!-- Link Google font -->
<link rel="dns-prefetch" href="//fonts.googleapis.com" /> <!-- Preloads DNS for faster font loading -->
<link rel="preconnect" href="https://fonts.googleapis.com" /> <!-- Preconnects to external resources for faster loading -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<!-- Root div for React rendering -->
<div id="root"></div>
<!-- Main script file -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>