-
Notifications
You must be signed in to change notification settings - Fork 0
/
construction.html
50 lines (42 loc) · 1.81 KB
/
construction.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
<!DOCTYPE html>
<html>
<!-- Title + CSS link -->
<head>
<title>Construction Page</title>
<link href= "css/style.css" rel= "stylesheet">
</head>
<body>
<!-- =============== Navigation Bar ============= -->
<header>
<!-- Logo -->
<div class= "logo">
<img src= "images/capital-one-logo.png" alt= "capital one logo" width= "150px">
</div>
<!-- Toolbar -->
<div class="toolbar">
<a class="active" href="index.html"><img src= "images/search.svg" alt= "search icon"></a>
<div class= "not-search">
<a href="construction.html">Your Trips</a>
<a href="construction.html">Contact</a>
<a href="construction.html">Sign In</a>
</div>
</div>
</header>
<!-- ======================== Main =============================== -->
<main style= "text-align:center">
<!-- Construction -->
<h1>Well This Is Embarrassing!</h1>
<h3>This site is still underconstruction, you can return
using the link below or explore
more places using the toolbar</h3>
<h3><a href= "index.html">Return to search</a></h3>
<!-- References -->
<h3>The following is any citation for images that may have
been used under the Creative Commons liscense</h3>
</h3>
<!-- City Image Reference -->
<h4>The city photo found on the homepage can be found at,</h4>
<h4><a href= "https://fshoq.com/free-photos/p/140/panorama-of-manhattan-new-york-city">fshoq.com/free-photos/p/140/panorama-of-manhattan-new-york-city</a></h4>
</main>
</body>
</html>