Sha256: 11d91528b89389ae1b62c7ae548c71d5d9d5a331623dc621e243f2ef03cdcb9c
Contents?: true
Size: 1.04 KB
Versions: 18
Compression:
Stored size: 1.04 KB
Contents
!!! XHTML %html %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'} %title sinatra-rocketio chat %link{:rel => 'stylesheet', :href => "/main.css", :type => 'text/css'} :javascript var channel = "#{@channel}"; %script{:type => 'text/javascript', :src => "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"} %script{:type => 'text/javascript', :src => rocketio_js} %script{:type => 'text/javascript', :src => "/js/chat.js"} %body %div#content %div#header %h1 rocketio chat [ch:#{@channel}] %span#type %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-rocketio v#{Sinatra::RocketIO::VERSION} - - src_url = 'https://github.com/shokai/sinatra-rocketio' %a{:href => src_url} #{src_url}
Version data entries
18 entries across 11 versions & 1 rubygems