compass/examples/compass/sticky_footer.html.haml

14 lines
517 B
Plaintext
Raw Normal View History

!!! Transitional
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
%head
%meta{'http-equiv' => "content-type", :content => "text/html;charset=UTF-8"}
%title Compass Sticky Footer Example
%link{:rel=>"stylesheet", :href=>"stylesheets/sticky_footer.css", :type=>"text/css", :media=>"screen, projection"}
%body
#layout
#header
%h1 Sticky Footer Example
This is the main content area.
#layout_footer
#footer
This is the footer area.