Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
795 B

  1. !!!
  2. %html
  3. %head
  4. %title= @title or 'Air-one Services'
  5. %meta(charset='utf-8')
  6. %meta(content='J.Infield' name='author')
  7. %meta(name='description' content='Quality commercial, residential, and industrial HVAC, electrical and plumbing services')
  8. %meta(name='copyright' content='Copyright 2011 J.Infield, all rights reserved')
  9. %link(rel='stylesheet' media='screen' href='stylesheets/reset.css')
  10. %link(rel='stylesheet' media='screen' href='stylesheets/grids.css')
  11. %link(rel='stylesheet' media='screen' href='stylesheets/layout.css')
  12. %script(src='javascripts/jquery.min.js')
  13. = yield :header
  14. %body
  15. #container
  16. = yield
  17. #footer
  18. :textile
  19. (c)2011 J.Infield -- All rights Reserved
  20. / © Copyright 2011 J.Infield. All Rights Reserved.