Skip to content

Instantly share code, notes, and snippets.

@jlong
Created June 9, 2010 20:34
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 jlong/432126 to your computer and use it in GitHub Desktop.
Save jlong/432126 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Hello World!</title>
<link rel="stylesheet" href="styles.sass" type="text/css" media="screen" />
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
h1
font-size: 400%
color: blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment