-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (27 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="https://gcparksandresorts.github.io/travelorasnou/files/images/webfavicon.ico">
<link rel="stylesheet" href="https://gcparksandresorts.github.io/travelorasnou/files/styleSheet.css">
<link rel="stylesheet" href="https://gcparksandresorts.github.io/travelorasnou/files/header/headerStyle.css">
<!-- TAB TITLE OF PAGE ---------------------------------------------------------------------------------------------------------------------->
<title>Visit the City of Entertainment, Commerce, and Better Living | Travel Oras Nou</title>
<style></style>
</head>
<body onload='endPageLoad()'>
<!-- Header Elements --><div id='loader'></div><div id='header'></div>
<!-- BODY CONTENT --------------------------------------------------------------------------------------------------------------------------->
<div class='banner'>
<img src='https://cdn.britannica.com/04/94204-050-5959D0ED/Skyline-San-Diego-Calif.jpg'>
</div>
<div class='container'>
<h1>It's Time to Travel Oras Nou</h1>
Find your adventure when you experience the city of entertainment, commerce, and fun for everyone. Whether you're looking for family vacation activities, daring nature hikes, or sunny days on the beach, Oras Nou has it all!
</div>
<!-- Footer Elements --><div id='footer'></div>
</body>
<!-- CREATE THE HEADER AND FOOTER -->
<script type='text/javascript'src='https://gcparksandresorts.github.io/travelorasnou/files/header/headerScript.js'></script>
<script>createHeader();</script>
<!-- JAVASCRIPT ----------------------------------------------------------------------------------------------------------------------------->