Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def layout
  2. html do
  3. head do
  4. title { "Survey" }
  5. link :href => R(Style),
  6. :media => "screen,projection",
  7. :rel => "stylesheet",
  8. :type => "text/css"
  9. end
  10. body { div(:id => "bodywrapper") { h1 "Survey"; self << yield } }
  11. end
  12. end
Add Comment
Please, Sign In to add comment