-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
46 lines (41 loc) · 1.18 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Online Pharmacy India | Buy Medicines from India's Trusted Medicine Store:
1mg.com
</title>
<!-- Font Awesome Icon -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="shortcut icon"
href="./image/faviconRebrand.ico"
type="image/x-icon"
/>
<!-- StyleSheet -->
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/help.css" />
<link rel="stylesheet" href="./components/header/navbar.css" />
<link rel="stylesheet" href="./components/footer/footer.css" />
</head>
<body>
<!-- Navbar Section -->
<div class="navbar">
<div class="header-sec-1"></div>
<div class="search-box"></div>
<div class="links-box"></div>
</div>
<!-- Slideshow Section -->
<!-- Main Content -->
<!-- Footer Section -->
<section class="footer"></section>
<!-- Script Section -->
<script type="module" src="./js/help.js"></script>
</body>
</html>