1234567891011121314 |
- %html
- %head
- %title rSeed
- %meta{'http-equiv' => 'content-type', :content => 'text/html; charset=utf-8'}
- %link{:rel => :stylesheet, :href => "/css/foundation.css", :type => "text/css"}
- %link{:rel => :stylesheet, :href => "/fonts/foundation-icons/foundation-icons.css", :type => "text/css"}
- %link{:rel => :stylesheet, :href => "/css/alertify.core.css", :type => "text/css"}
- %link{:rel => :stylesheet, :href => "/css/alertify.foundation.css", :type => "text/css"}
- %link{:rel => :stylesheet, :href => "/css/dropbox.css", :type => "text/css"}
- %link{:rel => :stylesheet, :href => "/css/folding.css", :type => "text/css"}
- %script{:type => 'text/javascript', :src => '/js/modernizr.js'}
- %body
- %section{:role => 'main'}
- = yield
|