-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (62 loc) · 2.2 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Hawaii</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body id="body">
<div id="nav">
<center>
<a class="nav" href="index.html">Hawaii</a>
<a class="nav" href="travel.html">Travel Options</a>
<a class="nav" href="package.html">Package Options</a>
</center>
</div>
<div id="banner"><h1 id="bannerfont">Hawaii</h1></div>
<div id="divcontainer">
<div id="leftcontent">
<h3>
<center>
<p><u>Links</u></p>
<br>
<a target="_blank" class="links" href="https://www.tripadvisor.com/Attractions-g28932-Activities-Hawaii.html">List of Things To Do</a>
<br><br><br>
<a target="_blank" class="links" href="https://portal.ehawaii.gov/">State of Hawaii Website</a>
<br><br><br>
<a target="_blank" class="links" href="https://www.gohawaii.com/">Tourist Information</a>
<br><br><br>
<a target="_blank" class="links" href="https://travel.hawaii.gov/#/">Hawaii Travel Health Form</a>
</center>
</h3>
</div>
<div id="maincontent"><br>
<img class="imageone" src="images/hawaii2.jpeg">
<p>Hawaii is made up of beautiful tropical islands. There are many different islands to choose form, each with there own exciting adventures. From volcanoes, ziplining, swimming there is something for everyone to do.</p>
</div>
<div id="footer"><center><br>Hawaii Travel Project</center></div>
<div id="time">
<p id="time"></p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>