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.
15 lines
452 B
15 lines
452 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" }
|
|
%body
|
|
= yield
|
|
#footer
|
|
%p Building Quality Robots since 2011
|