Skip to content

Instantly share code, notes, and snippets.

@qbg
Created November 6, 2011 20:16
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 qbg/1343409 to your computer and use it in GitHub Desktop.
Save qbg/1343409 to your computer and use it in GitHub Desktop.
HTML generation in CoffeeScript?
d 'html' ->
d 'head' ->
d 'title' ->
d.text 'Hello, world!'
d 'body' ->
d 'p' ->
d.text 'Hello, world!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment