index.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Blasting off with Bootstrap</title>
  5. <link rel="stylesheet" href="css/bootstrap.css"/>
  6. </head>
  7. <body>
  8. <div class="container">
  9. <h1>Blasting off with Bootstrap</h1>
  10. <h2>The Fastest Way to Space</h2>
  11. <p>Make your way to space in the comfort of your own rocket, elevator or
  12. transporter.</p>
  13. <button type="button">Take the Tour</button>
  14. <button type="button">Book Tickets Now</button>
  15. </div>
  16. <div class="container-fluid">
  17. <h3>Book Today!</h3>
  18. <p>Even if you're travelling tomorrow, you can still get tickets today. We
  19. have a
  20. number of conveniently located ports around the globe to service
  21. everyone.</p>
  22. <h3>Go Anywhere</h3>
  23. <p>If you need to get to space today, why not try out a transporter? Despite
  24. the claims,
  25. there are have been no deaths in the last 6 weeks!</p>
  26. <h3>RocketBus&reg;</h3>
  27. <p>For cheapest fares, catch the next RocketBus&reg; to the stars. Cheaper on
  28. your waller,
  29. and easiest way to make friends.</p>
  30. <!-- https://ajax.googleapis.com/ajax/libs/jquery/1.11.1.jquery.min.js -->
  31. <script src="js/jquery-1.11.2.min.js"></script>
  32. <script src="js/bootstrap.js"></script>
  33. </div>
  34. </body>
  35. </html>