-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
27 lines (25 loc) · 928 Bytes
/
gallery.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
<!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">
<link rel="stylesheet" href="style.css">
<title>MY WEBSITE</title>
</head>
<body>
<div class="nav">
<img class="logo" src="images/birds.jpg" alt="logo">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<a href="contact us.html">CONTACT US</a>
<a href="gallery.html">GALLERY</a>
</div>
<div>
<img style="width: 500px; height: 300px;" src="images/sqacus 1.JPG" alt="">
<img style="width: 500px; height: 300px;" src="images/sqacus 2.JPG" alt="">
<img style="width: 500px; height: 300px;"src="images/sqacus 3.JPG" alt="">
<img style="width: 500px; height: 300px;" src="images/sqacus 4.JPG" alt="">
</div>
</body>
</html>