Skip to content

Instantly share code, notes, and snippets.

@des-virus
Created October 14, 2017 03:34
Show Gist options
  • Save des-virus/600c85f5ced4ceb2cdd49cc07029d0cd to your computer and use it in GitHub Desktop.
Save des-virus/600c85f5ced4ceb2cdd49cc07029d0cd to your computer and use it in GitHub Desktop.
CDN HTML
<!-- Google jQuery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<!-- Font awesome-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Angular -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment