Browse Source

Sitepoint chap 1.

Frederic G. MARAND 9 years ago
parent
commit
8ce23cc037
1 changed files with 8 additions and 32 deletions
  1. 8 32
      index.html

+ 8 - 32
index.html

@@ -2,42 +2,18 @@
 <html lang="en">
 <head>
   <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"/>
+  <!--[if lt IE 9]>
+  <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>
 
 <body>
-<div class="container">
-  <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&reg;</h3>
-
-  <p>For cheapest fares, catch the next RocketBus&reg; to the stars. Cheaper on
-    your waller,
-    and easiest way to make friends.</p>
-
+<h1>Hello world</h1>
   <!-- https://ajax.googleapis.com/ajax/libs/jquery/1.11.1.jquery.min.js -->
   <script src="js/jquery-1.11.2.min.js"></script>
   <script src="js/bootstrap.js"></script>