Skip to content

Instantly share code, notes, and snippets.

@manolenso
Created October 20, 2014 20:36
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/e929991d38df1f982599 to your computer and use it in GitHub Desktop.
Save manolenso/e929991d38df1f982599 to your computer and use it in GitHub Desktop.
compass html start
<!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</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment