Skip to content

Instantly share code, notes, and snippets.

@xXPhenomXx
Created April 9, 2014 14:39
Show Gist options
  • Save xXPhenomXx/10278059 to your computer and use it in GitHub Desktop.
Save xXPhenomXx/10278059 to your computer and use it in GitHub Desktop.
HTML5 boilerplate Jade
doctype html
html(class='no-js')
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1')
//- Stylesheets
link(rel='stylesheet', href='css/your.css')
//- Javascripts
script(src='js/vendor/angular.min.js')
body
p Hello world! This is HTML5 Boilerplate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment