Skip to content

Instantly share code, notes, and snippets.

@matsumotius
Created October 22, 2011 08:05
Show Gist options
  • Save matsumotius/1305767 to your computer and use it in GitHub Desktop.
Save matsumotius/1305767 to your computer and use it in GitHub Desktop.
jade
!!! 5
html(lang='ja')
head
title hello
script(type = 'text/javascript', src = '/socket.io/socket.io.js')
script(type = 'text/javascript', src = '/jquery-1.6.2.min.js')
script(type = 'text/javascript', src = '/hello.js')
body
div hello!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment