-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- APP DESCRIPTION -->
<meta
name="description"
content="Embark on an endless journey of innovation and elegance with our collection of premium Apple products. Experience the timeless allure of cutting-edge technology, seamlessly integrated into your modern lifestyle. Welcome to a world where the story of excellence knows no bounds."
/>
<!-- SOCIAL SHARE -->
<meta property="og:title" content="Applez" />
<meta
property="og:image"
content="https://applez.netlify.app/mockup_website.jpg"
/>
<meta
property="og:description"
content="Embark on an endless journey of innovation and elegance with our collection of premium Apple products. Experience the timeless allure of cutting-edge technology, seamlessly integrated into your modern lifestyle. Welcome to a world where the story of excellence knows no bounds."
/>
<meta property="og:url" content="https://applez.netlify.app/" />
<meta property="twitter:title" content="Applez" />
<!-- <meta name="twitter:creator" content="@commercejs" /> -->
<meta
property="twitter:image"
content="https://applez.netlify.app/mockup_website.jpg"
/>
<meta
property="twitter:description"
content="Embark on an endless journey of innovation and elegance with our collection of premium Apple products. Experience the timeless allure of cutting-edge technology, seamlessly integrated into your modern lifestyle. Welcome to a world where the story of excellence knows no bounds."
/>
<meta name="twitter:card" content="summary_large_image" />
<!-- LINKING FONT FAMILLY OF POPPINS -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- LINK MOUSE FOLLOWER -->
<link
rel="stylesheet"
href="https://unpkg.com/mouse-follower@1/dist/mouse-follower.min.css"
/>
<title>Applez</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>