Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
<html lang="en">

<head>
<!-- Website Title here -->
<title> Pacific Trails</title>
<meta charset="utf-8">
<link rel="stylesheet" href="pacific.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
<![endif]-->
</head>

<!-- Website body here -->
<body>
<div id="wrapper">
<header>
<h1>
Pacific Trails Resort</h1>
</header>
<!-- Using Menu Navigation here -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
Expand All @@ -24,6 +26,7 @@ <h1>
<li><a href="reservations.html">Reservations</a></li>
</ul>
</nav>
<!-- Page Layout start here -->
<div id="content">
<h2>Enjoy Nature in Luxury</h2>
<span class="mobile"><img src="images/coast.jpg" height="250" width="320" alt="coast image"></span>
Expand Down