-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstores.html
More file actions
56 lines (52 loc) · 1.6 KB
/
Copy pathstores.html
File metadata and controls
56 lines (52 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stores</title>
<link rel="stylesheet" href="./CSS/styles.css">
</head>
<body>
<img src="./images/WhatsApp Image 2023-08-03 at 00.47.48.jpg" id="logo" width="40%" alt="logo">
<h1>Master Farmer</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="stores.html">Stores</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
<img src="images/stack.jpg" width="100%" alt="">
<br>
<h1>Stores</h1>
<br>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet neque, voluptas quos dolore explicabo beatae ipsam sunt assumenda possimus quas nesciunt! Beatae, at voluptatum? Aliquam rem vero cum veritatis corrupti.</p>
<br>
<table style="border:2px solid black; border-spacing: 25px;">
<tr>
<th>City</th>
<th>Shop Location</th>
<th>Agent Name</th>
</tr>
<tr>
<td>Serrekunda</td>
<td>Serrekunda Market</td>
<td>Abubacarr</td>
</tr>
<tr>
<td>Bakorteh</td>
<td>Tipper garage Mall</td>
<td>Omar</td>
</tr>
<tr>
<td>Old Yundum</td>
<td>Coaster Road</td>
<td>Musa</td>
</tr>
</table>
<br>
<p>Copyright©2024</p>
<br>
<br>
<h3> <a href="#logo">Back To Top</a></h3>
</body>
</html>