forked from AhmedMohammedAbdirehman/webhosting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 773 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<center> <h1 class="head"> shopping house</h1></center>
<div class="banner"></div>
<center><div><div class="a"><img src="./fruit-1.jpg " alt="apple"></div>
<div class="b"><img src="./fruit-5.jpg" alt="avocado"></div>
<div class="c"><img src="./fruit-2.jpg" alt="orang"></div>
<h1 class="midtext">More Fruit</h1>
<div class="d"><img src="./fruit-3.jpg" alt="mango"></div>
<div class="e"><img src="./fruit-4.jpg" alt="banana"></div></div></center>
<h1 class="f">Developed by: Eman Muaz</h1>
</body>
</html>/