Sha256: a1778db4c3e7213f205b15fe0966759a59f0b433251cfba482c908af655c6978

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 Bytes

Contents

!!!
%html{:lang => "en"}
  %head
    %meta{"http-equiv" => 'Content-Type', :content => 'text/html; charset=utf-8'}
    %meta{:name => "author", :content => "Ben Schwarz"}

    /[if IE]
      %script{:src => " http://html5shiv.googlecode.com/svn/trunk/html5.js"}

    %title Smoke::Rack
    %link{:rel => "stylesheet", :href => "/css/reset.css", :type => "text/css", :media => "screen"}
    %link{:rel => "stylesheet", :href => "/css/base.css", :type => "text/css", :media => "screen"}
    
  %body
    %section#container
      = yield
    
      %footer
        %a{:href => "http://github.com/benschwarz/smoke-rack", :title => "Smoke::Rack on Github"} Smoke::Rack on Github
      

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smoke-rack-0.0.4 views/layout.haml
smoke-rack-0.0.3 views/layout.haml
smoke-rack-0.0.2 views/layout.haml
smoke-rack-0.0.1 views/layout.haml