index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Blasting off with Bootstrap</title>
  6. <meta http-equiv="X-UA-COMPATIBLE" content="IE=Edge" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <link rel="stylesheet" href="css/bootstrap.css"/>
  9. </head>
  10. <body>
  11. <div class="container">
  12. <h1>Blasting off with Boostrap</h1>
  13. <h2>The fastest way to space</h2>
  14. <p>Make your way to space in the comfort of your own rocket, elevator or transporter.</p>
  15. <button>Take the tour</button>
  16. <button>Book Tickets now</button>
  17. <h2>Boot Today!</h2>
  18. <p>Even if you're traveling tomorrow, you can still get tickets today. We have
  19. a number of conveniently located ports around the globe to service everyone.</p>
  20. <h2>Go anywhere</h2>
  21. <p>If you need to get to space today, why not try out a transporter? Despite
  22. the claims, there has been no deaths in the last 6 weeks!</p>
  23. <h2>RocketBus&reg;</h2>
  24. <p>For cheapest fares, catch the next RocketBus&reg; to the stars. Cheaper on
  25. your wallet, and easiest way to make friends.</p>
  26. </div>
  27. <script src="js/jquery-2.2.1.js"></script>
  28. <script src="js/bootstrap.js"></script>
  29. </body>
  30. </html>