-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
20 lines (18 loc) · 808 Bytes
/
gallery.html
File metadata and controls
20 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GALLERY</title>
</head>
<body bgcolor="#992600" text="white">
<h1 align="center">OUR AMAZING PHOTOS</h1>
<hr width="500" color="#00e6e6" size="10">
<p align="center"><a href="index.html">Home</a> | <a href="about.html">About Us</a> | <a href="gallery.html">Gallery</a> | <a href="contact.html">Contact</a></p>
<hr width="500" size="2" color="#00e6e6">
<img src="images/Front end.jpg" alt="Frontend Development Course" height="100">
<img src="images/Backend.jpg" alt="Backend Development Course" height="100">
<hr width="500" size="2" color="#00e6e6">
copyright 2014 © . Eunice
</body>
</html>