Skip to content

Instantly share code, notes, and snippets.

@el-noppo
Created October 7, 2013 08:54
Show Gist options
  • Save el-noppo/6864709 to your computer and use it in GitHub Desktop.
Save el-noppo/6864709 to your computer and use it in GitHub Desktop.
HAML: Boilerplate template
!!!
%html{lang: "en"}
%head
%meta{charset: "utf-8"}
%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}
%meta{content: "", name: "description"}
%meta{content: "", name: "author"}
%link{href: "assets/ico/favicon.png", rel: "shortcut icon"}
%title Title goes here
%link{href: "assets/style.css", media: "screen", rel: "stylesheet"}
%body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment