Created
November 18, 2008 19:59
-
-
Save chriseppstein/26240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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