-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 916 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Lodger</title>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<header>
<h3> <A href ="file:///Users/jamiepan/Documents/GitHub/lodger-prototype/index.html">Home</A></h3>
<h3> <A href ="file:///Users/jamiepan/Documents/GitHub/lodger-prototype/aboutUs.html">About Us</A></h3>
<h3><A href ="file:///Users/jamiepan/Documents/GitHub/lodger-prototype/findHotels.html">Find Hotels</A></h3>
<h3><A href ="file:///Users/jamiepan/Documents/GitHub/lodger-prototype/recentlyViewed.html">Recently Viewed</A></h3>
<h3><A href ="file:///Users/jamiepan/Documents/GitHub/lodger-prototype/logIn.html">Log In</A></h3>
</header>
<body>
<img src="logo.svg" class="logo" alt="Logo" />
<h1><span class="app-name">Lodger:</span> <span2 class ="description-text">Discover hotels in the easiest way possible</span2> </h1>
</body>
</html>