You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

79 lines
2.8 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link rel="icon" href="../../favicon.ico">
  10. <title>Cover Template for Bootstrap</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
  13. <!-- Custom styles for this template -->
  14. <link href="cover.css" rel="stylesheet">
  15. <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  16. <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  17. <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
  18. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19. <!--[if lt IE 9]>
  20. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  21. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  22. <![endif]-->
  23. </head>
  24. <body>
  25. <div class="site-wrapper">
  26. <div class="site-wrapper-inner">
  27. <div class="cover-container">
  28. <div class="masthead clearfix">
  29. <div class="inner">
  30. <h3 class="masthead-brand">Cover</h3>
  31. <ul class="nav masthead-nav">
  32. <li class="active"><a href="#">Home</a></li>
  33. <li><a href="#">Features</a></li>
  34. <li><a href="#">Contact</a></li>
  35. </ul>
  36. </div>
  37. </div>
  38. <div class="inner cover">
  39. <h1 class="cover-heading">Cover your page.</h1>
  40. <p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
  41. <p class="lead">
  42. <a href="#" class="btn btn-lg btn-default">Learn more</a>
  43. </p>
  44. </div>
  45. <div class="mastfoot">
  46. <div class="inner">
  47. <p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <!-- Bootstrap core JavaScript
  54. ================================================== -->
  55. <!-- Placed at the end of the document so the pages load faster -->
  56. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  57. <script src="../../dist/js/bootstrap.min.js"></script>
  58. <script src="../../assets/js/docs.min.js"></script>
  59. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  60. <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
  61. </body>
  62. </html>