Sitepoint demo app for learning to use Sinatra
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
452 B

  1. !!! 5
  2. %html
  3. %head
  4. %meta{ charset: "utf-8" }
  5. %title Robot Factory
  6. %link{ rel: "shortcut icon", href: "/fav.ico" }
  7. %link{ rel: "stylesheet",
  8. href: "http://fonts.googleapis.com/css?family=Ubuntu|Megrim" }
  9. %link{ rel: "stylesheet", href: "/styles.css" }
  10. /[if lt IE 9]
  11. %script{ src: "http://html5shiv.googlecode.com/svn/trunk/html5.js" }
  12. %body
  13. = yield
  14. #footer
  15. %p Building Quality Robots since 2011