Guest User

Untitled

a guest
Nov 20th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.06 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.     <title>Bootstrap 101 Template</title>
  8.  
  9.     <!-- Bootstrap -->
  10.     <link href="css/bootstrap.min.css" rel="stylesheet">
  11.  
  12.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  13.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  14.     <!--[if lt IE 9]>
  15.      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  16.      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  17.    <![endif]-->
  18.   </head>
  19.   <body>
  20.     <h1>Hello, world!</h1>
  21.  
  22.     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  23.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  24.     <!-- Include all compiled plugins (below), or include individual files as needed -->
  25.     <script src="js/bootstrap.min.js"></script>
  26.   </body>
  27. </html>
Add Comment
Please, Sign In to add comment