-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 2.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-modal/3.14.3/react-modal.min.js"
integrity="sha512-MY2jfK3DBnVzdS2V8MXo5lRtr0mNRroUI9hoLVv2/yL3vrJTam3VzASuKQ96fLEpyYIT4a8o7YgtUs5lPjiLVQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<meta name="author" content="Ahmed Kinan Ghbash">
<meta name="description"
content="Cart Ninja is a user-friendly online shopping cart solution. Easily add products to your cart, checkout securely, and receive instant order confirmation. Enjoy a seamless shopping experience with Cart Ninja.">
<meta name="keywords"
content="online shopping cart, shopping cart, e-commerce, checkout, purchase, products, cart, buy, order, store, online store, shopping, retail, e-commerce platform, ecommerce, online shopping, online store, online shopping cart, online shopping cart software, online shopping cart solutions, online shopping cart systems, online shopping cart tools">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Cart Ninja">
<meta property="og:description"
content="Cart Ninja is a user-friendly online shopping cart solution. Easily add products to your cart, checkout securely, and receive instant order confirmation. Enjoy a seamless shopping experience with Cart Ninja.">
<meta property="og:url" content="https://kinangh98.github.io/react-apps/cart-ninja/index.html">
<meta property="og:type" content="website">
<meta property="og:image" content="https://kinangh98.github.io/react-apps/cart-ninja/social-media-image.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cart Ninja">
<meta name="twitter:description"
content="Cart Ninja is a user-friendly online shopping cart solution. Easily add products to your cart, checkout securely, and receive instant order confirmation. Enjoy a seamless shopping experience with Cart Ninja.">
<meta name="twitter:image" content="https://kinangh98.github.io/react-apps/cart-ninja/social-media-image.jpg">
<meta name="twitter:url" content="https://kinangh98.github.io/react-apps/cart-ninja/index.html">
<link rel="icon" href="/favicon.ico">
<title>Cart Ninja</title>
</head>
<body class="bg-light">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>