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.

15 lines
477 B

  1. !!!
  2. %html
  3. %head
  4. %title= page_title
  5. %meta(charset='utf-8')
  6. %meta(content='J.Infield' name='author')
  7. %meta(name='description' content=page_description)
  8. %meta(name='copyright' content='Copyright 2011 J.Infield, all rights reserved')
  9. %link(rel='stylesheet' media='screen' href='stylesheets/soon.css')
  10. %script(src='javascripts/jquery.min.js')
  11. = yield :header
  12. %body
  13. #container
  14. = yield
  15. / © Copyright 2011 J.Infield. All Rights Reserved.