Skip to content

Instantly share code, notes, and snippets.

@haru01
Created March 20, 2010 12:55
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 haru01/338655 to your computer and use it in GitHub Desktop.
Save haru01/338655 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>CoffeeScript Sandbox</title>
</head>
<body>
<script type="text/coffeescript">
alert "hello coffee"
</script>
<script src="extras/coffee-script.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment