-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotos.html
36 lines (26 loc) · 931 Bytes
/
photos.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
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML>
<html lang="en">
<title>ViewDrew</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<body>
<!-- Header Bar -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card w3-left">
<a href="index.html" class="w3-left w3-xxlarge" style="text-decoration:none">ViewDrew</a>
<a href="contact.html"
class="w3-bar-item w3-button w3-right w3-large" style="height:50px"><u>Contact</u></a>
</div>
</div>
<!-- The Main Body -->
<div class="w3-container w3-content w3-padding-64" style="margin-top:75px">
<a href="antique_dining_room_set/index.html">Antique Dining Room Set</a><br><br>
</div>
<!-- Footer -->
<footer class="w3-container w3-bottom w3-center w3-border-top w3-opacity w3-white w3-xlarge">
<p class="w3-medium">Copyright 2023</p>
</footer>
</body>
</html>