Skip to content

Instantly share code, notes, and snippets.

View mat-staszczyk's full-sized avatar

Mateusz Staszczyk mat-staszczyk

View GitHub Profile
@mat-staszczyk
mat-staszczyk / html5.haml
Created December 7, 2016 18:11 — forked from daz/html5.haml
html5shiv in HAML
!!!
%html{ :lang => "en" }
%head
%meta{ :charset => "utf-8" }
%title HTML5 yo
/[if lt IE 9]
%script{ :src => '//html5shiv.googlecode.com/svn/trunk/html5.js' }