Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created October 28, 2014 09:42
Show Gist options
  • Save javaeeeee/b6fb529e792f84144b66 to your computer and use it in GitHub Desktop.
Save javaeeeee/b6fb529e792f84144b66 to your computer and use it in GitHub Desktop.
Bootstrap template using CDN and no IE8 support
<!-- Adapted from http://getbootstrap.com/getting-started/ -->
<!-- Bootstrap template using CDN and no IE8 support -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment