Readme
Last active
October 13, 2015 19:58
-
-
Save DannyJoris/4248289 to your computer and use it in GitHub Desktop.
bl.ocks template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<meta charset="utf-8"> | |
<title></title> | |
<!-- <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> --> | |
<!-- <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css" type="text/css" media="all" /> --> | |
<!-- <link rel="stylesheet" href="style.css" type="text/css" media="all" /> --> | |
<!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> --> | |
<!-- <script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script> --> | |
<!-- <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> --> | |
<!-- <script src="http://d3js.org/d3.v3.min.js"></script> --> | |
<!-- <script src="http://cloud.github.com/downloads/processing-js/processing-js/processing-1.4.1.min.js"></script> --> | |
<!-- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.10/angular.min.js"></script> --> | |
<!-- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.10/angular-animate.min.js"></script> --> | |
<!-- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.10/angular-route.js"></script> --> | |
<!-- <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.min.js"></script> --> | |
<!-- <script type="text/javascript" src="script.js"></script> --> | |
</head> | |
<body> | |
Hello World. | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment