UNPKG

generator-skull

Version:

A generator to make magic sites by Index Digital, with Gulp, Jade, Babel, Sass or Less (your choice), Wordpress ready, Swiper slide, Font Awesome, Animated Css

31 lines (25 loc) 1.05 kB
doctype html <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="pt-br"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="pt-br"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="pt-br"> <!--<![endif]--> html(class="no-js" lang="pt-br") head // REMOVER ESTA META TAG ANTES DO DEPLOY FINAL DO PROJETO meta(name="robots" content="noindex, nofollow") title Caveira - JADE meta(charset="utf-8") meta(http-equiv="X-UA-Compatible" content="IE=Edge") meta(name="viewport" content="width=device-width,initial-scale=1") include inc/head/analyticstracking.jade include inc/head/favicons.jade include inc/head/opengraph.jade link(href="css/style.min.css" rel="stylesheet" media="screen") // HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries // [if lt IE 9]> script(src="js/main-head.js") // [endif] body include header.jade p Hello folks! include footer.jade