Skip to content

Instantly share code, notes, and snippets.

@mackato
Created June 7, 2011 18:11
Show Gist options
  • Save mackato/1012788 to your computer and use it in GitHub Desktop.
Save mackato/1012788 to your computer and use it in GitHub Desktop.
<!doctype html>
/[if lt IE 7 ] <html class="ie ie6" lang="en">
/[if IE 7 ] <html class="ie ie7" lang="en">
/[if IE 8 ] <html class="ie ie8" lang="en">
/ [if (gte IE 9)|!(IE)]><!
%html{:lang => "en"}
/ <![endif]
%head
%meta{:charset => "utf-8"}
%title= yield :title
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
/[if lt IE 9]
%script{:src => "http://html5shim.googlecode.com/svn/trunk/html5.js"}
%meta{:content => "width=device-width, initial-scale=1, maximum-scale=1", :name => "viewport"}
/ = stylesheet_link_tag 'application'
= stylesheet_link_tag :all
%body
.container
.sixteen.columns
%h1#logo Rails3dojo
%hr
.twelve.columns= yield
.four.columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment