-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
28 lines (24 loc) · 1.2 KB
/
gallery.html
File metadata and controls
28 lines (24 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Gallery</title>
</head>
<body>
<nav>
<div class= "logo">BABEH</div>
<div class="nav-items">
<a href= "index.html">Home</a>
<a href= "speech.html">My Speech</a>
<a href= "gallery.html">Gallery</a>
</div>
</nav>
<h3>Gallery photos coming soon....... </h3>
</body>
<hr>
<footer class="foot">
<p>Contact us at bahlebehli@outlook.com</p>
</footer>
</html>