Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alvaromuir
Last active December 20, 2015 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvaromuir/6099053 to your computer and use it in GitHub Desktop.
Save alvaromuir/6099053 to your computer and use it in GitHub Desktop.
!!! 5
//[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]
//[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]
//[if IE 8]> <html class="no-js lt-ie9"> <![endif]
//[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]
html.no-js
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
title
meta(name='description', content='')
meta(name='viewport', content='width=device-width')
// Place favicon.ico and apple-touch-icon.png in the root directory
// build:css(.tmp) styles/main.css
link(rel='stylesheet', href='styles/main.css')
// endbuild
// build:js scripts/vendor/modernizr.js
script(src='bower_components/modernizr/modernizr.js')
// endbuild
body
.container
.hero-unit
h1 'Allo, 'Allo!
p You now have
ul
li HTML5 Boilerplate
li Twitter Bootstrap
li RequireJS
p installed
h3 Enjoy Coding - Yeoman
//[if lt IE 7]>
p.chromeframe
| You are using an
strong outdated
| browser. Please
a(href='http://browsehappy.com/') upgrade your browser
| to improve your experience.
//Google Analytics:
script
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
//build:js scripts/main.js
script(data-main='scripts/main', src='bower_components/requirejs/require.js')
//endbuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment