-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.68 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>E Commerce Website</title>
<link
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- slider stylesheet -->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="./src/css/bootstrap.css" />
<!-- Custom styles for this template -->
<link href="./src/css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="./src/css/responsive.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script src="https://sandbox.paypal.com/sdk/js?client-id=AXAW4XslSyNEKT1Uqhc7hDNfll3GnadMchysuqkuIwTkTDlIih4CE_ohTro9_BUhMXVqdYzUjlprRELL"></script>
<script src="./src/js/jquery-3.4.1.min.js"></script>
<script src="./src/js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="./src/js/custom.js"></script>
<script src="./src/js/navbarScroll.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>