Created
March 7, 2013 16:49
-
-
Save joyrexus/5109566 to your computer and use it in GitHub Desktop.
Minimalist template for your coffee blocks.
This file contains 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> | |
<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