Skip to content

Instantly share code, notes, and snippets.

@jamesyang124
Created January 13, 2016 11:25
Show Gist options
  • Save jamesyang124/f5d80f1468cdc418c237 to your computer and use it in GitHub Desktop.
Save jamesyang124/f5d80f1468cdc418c237 to your computer and use it in GitHub Desktop.
doctype html
| <!--[if lt IE 8 ]><html class="no-js preload lt-ie10 lt-ie9 lt-ie8 ie-suck"><![endif]-->
| <!--[if IE 8 ]><html class="no-js preload lt-ie10 lt-ie9 ie-8"><![endif]-->
| <!--[if IE 9 ]><html class="no-js preload lt-ie10 ie-9"><![endif]-->
| <!--[if gt IE 9]><!-->
html.no-js
| <!--<![endif]-->
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible' content='IE=edge,chrome=1')
title Title
body
| ...content...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment