Skip to content

Instantly share code, notes, and snippets.

@vigo
Created August 24, 2013 21:06
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 vigo/6330424 to your computer and use it in GitHub Desktop.
Save vigo/6330424 to your computer and use it in GitHub Desktop.
coffee test
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Coffee Test</title>
$styles
</head>
<body>
<h1>Coffee Script Tests on iPad</h1>
$scripts
</body>
</html>
$ ->
alert "foo"
body {
background: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment