Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Created March 7, 2013 16:49
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 joyrexus/5109566 to your computer and use it in GitHub Desktop.
Save joyrexus/5109566 to your computer and use it in GitHub Desktop.
Minimalist template for your coffee blocks.
<!DOCTYPE html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://github.com/jashkenas/coffee-script/raw/master/extras/coffee-script.js"></script>
<style>/* CSS */</style>
<body>
<div id="viz"></div>
<script type="text/coffeescript">
alert("hello world")
# CODE #
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment