Skip to content

Instantly share code, notes, and snippets.

@gorillawit
Last active December 18, 2015 13:48
Show Gist options
  • Save gorillawit/5792160 to your computer and use it in GitHub Desktop.
Save gorillawit/5792160 to your computer and use it in GitHub Desktop.
simple index.haml file
!!!
%html
%head
%meta{:charset => "utf-8"}
%title Title
%meta{:content => 'width=device-width, initial-scale=1', :name => 'viewport'}
%link{:href => "css/style.css", :rel => "stylesheet"}
/[if IE]
%script{:src => 'http://html5shim.googlecode.com/svn/trunk/html5.js'}>
%body
%div this shit worked??!
/ %script{:src => ''}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment