• R/O
  • HTTP
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Node.js sample application with Socket.IO


File Info

修訂. 3c00c5b8434eaae7f0181d0971bced0107d18199
大小 289 bytes
時間 2014-03-05 17:23:27
作者 hylom
Log Message

fix: .jade files to support jade 1.3.x

Content

doctype
html
  head
    title= title
    link(rel='stylesheet', href='/css/style.css')
    link(rel='stylesheet', href='/css/bootstrap.css')
    script(src='/js/jquery-1.8.2.min.js')
    script(src='/js/bootstrap.min.js')
    script(src='/socket.io/socket.io.js')
  body
    block content