14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
|
!!! 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.
|