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.
 
 
 
 

17 lines
541 B

!!!5
%html
%head
%meta{ charset: "utf-8" }
%title Robot Factory
%link{ rel: "shortcut icon", href: "/fav.ico" }
%link{ rel: "stylesheet",
href: "http://fonts.googleapis.com/css?family=Ubuntu|Megrim" }
%link{ rel: "stylesheet", href: "/styles.css" }
/[if lt IE 9]
%script{ src: "http://html5shiv.googlecode.com/svn/trunk/html5.js" }
%script{ src:"http://cdn.rightjs.org/right.js" }
%script{ src:"/application.js" }
%body
= yield
#footer
%p Building Quality Robots since 2011