Skip to content

Instantly share code, notes, and snippets.

@fdenis83
Created March 31, 2017 16:13
Show Gist options
  • Save fdenis83/0ce3e818adc5925270eae4630a472f15 to your computer and use it in GitHub Desktop.
Save fdenis83/0ce3e818adc5925270eae4630a472f15 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/hokidi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment