|
@@ -2,42 +2,18 @@
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
<title>Blasting off with Bootstrap</title>
|
|
<title>Blasting off with Bootstrap</title>
|
|
|
|
+ <meta charset="utf-8" />
|
|
|
|
+ <meta http-equiv="X-UA-COMPATIBLE" content="IE=Edge" />
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="css/bootstrap.css"/>
|
|
<link rel="stylesheet" href="css/bootstrap.css"/>
|
|
|
|
+
|
|
|
|
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
|
|
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
|
|
+ <![endif]-->
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
-<div class="container">
|
|
+<h1>Hello world</h1>
|
|
- <h1>Blasting off with Bootstrap</h1>
|
|
|
|
-
|
|
|
|
- <h2>The Fastest Way to Space</h2>
|
|
|
|
-
|
|
|
|
- <p>Make your way to space in the comfort of your own rocket, elevator or
|
|
|
|
- transporter.</p>
|
|
|
|
-
|
|
|
|
- <button type="button">Take the Tour</button>
|
|
|
|
- <button type="button">Book Tickets Now</button>
|
|
|
|
-</div>
|
|
|
|
-
|
|
|
|
-<div class="container-fluid">
|
|
|
|
- <h3>Book Today!</h3>
|
|
|
|
-
|
|
|
|
- <p>Even if you're travelling tomorrow, you can still get tickets today. We
|
|
|
|
- have a
|
|
|
|
- number of conveniently located ports around the globe to service
|
|
|
|
- everyone.</p>
|
|
|
|
-
|
|
|
|
- <h3>Go Anywhere</h3>
|
|
|
|
-
|
|
|
|
- <p>If you need to get to space today, why not try out a transporter? Despite
|
|
|
|
- the claims,
|
|
|
|
- there are have been no deaths in the last 6 weeks!</p>
|
|
|
|
-
|
|
|
|
- <h3>RocketBus®</h3>
|
|
|
|
-
|
|
|
|
- <p>For cheapest fares, catch the next RocketBus® to the stars. Cheaper on
|
|
|
|
- your waller,
|
|
|
|
- and easiest way to make friends.</p>
|
|
|
|
-
|
|
|
|
|
|
|
|
<script src="js/jquery-1.11.2.min.js"></script>
|
|
<script src="js/jquery-1.11.2.min.js"></script>
|
|
<script src="js/bootstrap.js"></script>
|
|
<script src="js/bootstrap.js"></script>
|