Skip to content

Instantly share code, notes, and snippets.

@ericanderson
Last active December 10, 2015 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericanderson/4467885 to your computer and use it in GitHub Desktop.
Save ericanderson/4467885 to your computer and use it in GitHub Desktop.
Starting point for bl.ocks.org pages.
<!DOCTYPE html>
<html>
<head>
<title>Example Project</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css" rel="stylesheet">
</head>
<body>
Test
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment