Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  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. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="../../favicon.ico">
  11.  
  12. <title>Cover Template for Bootstrap</title>
  13.  
  14. <!-- Bootstrap core CSS -->
  15. <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
  16.  
  17. <!-- Custom styles for this template -->
  18. <link href="css/cover.css" rel="stylesheet">
  19.  
  20. <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
  21. <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  22. <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
  23.  
  24. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  25. <!--[if lt IE 9]>
  26. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  27. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  28. <![endif]-->
  29.  
  30. <!-- Latest compiled and minified CSS -->
  31. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
  32.  
  33. <!-- Optional theme -->
  34. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">
  35.  
  36. <!-- Latest compiled and minified JavaScript -->
  37. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
  38.  
  39. </head>
  40.  
  41. <body>
  42.  
  43. <div class="top">
  44. <ul class="logo_ul">
  45. <li><img src="img/github-circled-alt2.svg" class="github" alt="Generic placeholder thumbnail" width="50px" height="50px"></li>
  46. <li><img src="img/linkedin-est-accountants.png" class="in" alt="Generic placeholder thumbnail" width="50px" height="50px"></li>
  47. <li><img src="img/twitter-logo.png" class="twitter" alt="Generic placeholder thumbnail" width="50px" height="50px"></li>
  48. </ul>
  49. </div>
  50.  
  51.  
  52. <div class="bottom">
  53. <p>bottom</p>
  54. </div>
  55.  
  56. <!-- Bootstrap core JavaScript
  57. ================================================== -->
  58. <!-- Placed at the end of the document so the pages load faster -->
  59. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  60. <script src="../../dist/js/bootstrap.min.js"></script>
  61. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  62. <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement