-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (53 loc) · 1.29 KB
/
index.html
File metadata and controls
58 lines (53 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>online <pharmacy></pharmacy></title>
</head>
<body>
<header>
<h1>Best online pharmacy </h1>
<nav>
<ul>
<li>
<a href="index.html">home</a>
</li>
<li>
<a href="aboutus.html">about us</a>
</li>
<li>
<a href="product.html">product</a>
</li>
<li>
<a href="contacatus.html">contact us</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<section>
<p class = "paragraph"> welcom to our website , you will find everything you need on this site ; so don't hesitate to browse the site </p>
</section>
<section>
<div>
<img src="https://images.theconversation.com/files/290810/original/file-20190904-175714-1tshxfz.jpg?ixlib=rb-1.1.0&rect=12%2C37%2C8231%2C5450&q=45&auto=format&w=496&fit=clip" alt="best online pharmacy">
</div>
</section>
<section>
<p class="para2">
we offer you all the medicines and medical properties you need at any time you find us ready to serve you
</p>
</section>
</article>
</main>
<footer>
<p>copyright 2021</p>
</footer>
<script src="lab4.js"></script>
<script src="lab5.js"></script>
<script src="lab6.js"></script>
</body>
</html>