Skip to content

Instantly share code, notes, and snippets.

@ggoodman
Created December 14, 2011 15:19
Show Gist options
  • Save ggoodman/1476987 to your computer and use it in GitHub Desktop.
Save ggoodman/1476987 to your computer and use it in GitHub Desktop.
Test gist
<!doctype html>
<html>
<head>
<title>Test page</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<h1>Header 1</h1>
<p>Paragraph</p>
</body>
</html>
h1 {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment