Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Created November 18, 2008 19:59
Show Gist options
  • Select an option

  • Save chriseppstein/26240 to your computer and use it in GitHub Desktop.

Select an option

Save chriseppstein/26240 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Blueprint test pages</title>
<!-- Framework CSS -->
<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 lt IE 8]>
<link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css">
<![endif]-->
</head>
<body id="index" class="blueprint">
<div class="container">
<h1>Welcome to Compass!</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment