-
Notifications
You must be signed in to change notification settings - Fork 0
/
trips.html
31 lines (30 loc) · 1.01 KB
/
trips.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
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="cards.css">
<link href='https://fonts.googleapis.com/css?family=Dosis:500,200' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<span class="logo">INTERPLANETARY SPACEFLIGHTS</span>
<p class="byline">warp drive your space transport, humans!</p>
</header>
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="trips.html">FLIGHTS</a></li>
<li><a href="history.html">HISTORY</a></li>
<li><a href="awards.html">AWARDS</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<div class="content">
<div id ="wrapper">
</div>
</div>
<footer>© 2016 Interplanetary Spaceflights • A Division of Roswell, Inc. • All rights reserved.</footer>
<script type="text/javascript" src="trips.js"></script>
</body>
</html>