Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created September 18, 2013 17:47
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 manolenso/6612816 to your computer and use it in GitHub Desktop.
Save manolenso/6612816 to your computer and use it in GitHub Desktop.
compass header
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<title>Compass Header</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment