Skip to content

Instantly share code, notes, and snippets.

@andygimma
Created November 28, 2013 20:59
Show Gist options
  • Save andygimma/7698015 to your computer and use it in GitHub Desktop.
Save andygimma/7698015 to your computer and use it in GitHub Desktop.
Bootstrap setup
<html>
<head>
<link rel=”stylesheet” href=”http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css”>
</head>
<body>
<script src=”https://code.jquery.com/jquery-1.10.2.min.js”></script>
<script src=”http://netdna.bootstrapcdn.com/bootstrap/3.0.2/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