Sha256: 16e35f28930538f02aeb8f6f02ae4e340ae5e0cfeb2498e1e71880f8ad3e0f59
Contents?: true
Size: 984 Bytes
Versions: 1
Compression:
Stored size: 984 Bytes
Contents
!!! XHTML %html %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'} %title comet chat %link{:rel => 'stylesheet', :href => "/main.css", :type => 'text/css'} %script{:type => 'text/javascript', :src => "//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"} - ## load cometio.js %script{:type => 'text/javascript', :src => cometio_js} %script{:type => 'text/javascript', :src => "/js/index.js"} %body %div#content %div#header %h1 comet chat %div#main %div#chat %input{:id => 'name', :value => 'name', :size => 20} %input{:id => 'message', :value => 'hello!!', :size => 80} %input{:id => 'btn_send', :type => 'button', :value => 'post'} %ul#timeline %hr %div#footer sinatra-cometio v#{SinatraCometIO::VERSION} - - src_url = 'https://github.com/shokai/sinatra-cometio' %a{:href => src_url} #{src_url}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinatra-cometio-0.1.5 | sample/views/index.haml |