Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. require 'rubygems'
  3. require 'sinatra'
  4.  
  5. get '/' do
  6. erb :index
  7. end
  8.  
  9. use_in_file_templates!
  10.  
  11. __END__
  12.  
  13. @@ index
  14. <h1>Wacky</h1>
  15.  
  16. <p>
  17. Male porownanie
  18. </p>
Add Comment
Please, Sign In to add comment