• R/O
  • HTTP
  • SSH
  • HTTPS

タグ
未設定

よく使われているワード(クリックで追加)

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

Node.js sample application with Socket.IO


ファイル情報

Rev. 3c00c5b8434eaae7f0181d0971bced0107d18199
サイズ 289 バイト
日時 2014-03-05 17:23:27
作者 hylom
ログメッセージ

fix: .jade files to support jade 1.3.x

内容

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