-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpictures.html
41 lines (33 loc) · 1.01 KB
/
pictures.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
37
38
39
40
41
<!DOCTYPE html>
<head>
<li class="clip">
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<img src="img/main.jpg" alt "Ocean view of our island resort."/>
</li>
<div id="rectangle"></div>
<title>
Welcome to Green Island
</title>
</head>
<body>
<div id="navigation">
<a href="index.html" style="text-decoration:none">Home</a><br/>
<a href="acommodations.html" style="text-decoration:none">Accommodations</a><br/>
<a href="activities.html" style="text-decoration:none">Activities</a><br/>
<a href="contact-info.html" style="text-decoration:none">Contact Info</a><br/>
<a href="pictures.html" style="text-decoration:none">Pictures</a><br/>
<a href="travel-arrangements.html" style="text-decoration:none">Travel Plans</a><br/>
</div>
<p>
</p>
<p>
<div id="aloha">Pictures</div>
<ul>
</ul>
</p>
<h1>
</h1>
<p>
<img src="img/jurassic.jpg" alt "scenic gates!">
</p>
</body>