Skip to content

Instantly share code, notes, and snippets.

@helieting
Created September 15, 2014 12:43
Show Gist options
  • Select an option

  • Save helieting/8a900aedd1280b5cacbb to your computer and use it in GitHub Desktop.

Select an option

Save helieting/8a900aedd1280b5cacbb to your computer and use it in GitHub Desktop.
bootstrap single page
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://cdn.staticfile.org/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
</div>
</div>
<script src="http://cdn.staticfile.org/jquery/1.9.1/jquery.min.js"></script>
<script src="http://cdn.staticfile.org/jquery/1.9.0/jquery.min.map"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="http://cdn.staticfile.org/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script>
console.log($);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment