Skip to content

Instantly share code, notes, and snippets.

@maritrinez
Last active November 8, 2017 15:42
Show Gist options
  • Save maritrinez/e7d8a04d7c425d84772b44010e9386f1 to your computer and use it in GitHub Desktop.
Save maritrinez/e7d8a04d7c425d84772b44010e9386f1 to your computer and use it in GitHub Desktop.
fresh block
license: mit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>D3: Empty page template</title>
<script type="text/javascript" src="d3.js"></script>
</head>
<body>
<script type="text/javascript">
// Your beautiful D3 code will go here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment