Skip to content

Instantly share code, notes, and snippets.

@outoftime
Last active March 15, 2016 01:54
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 outoftime/21a98c7617abba132da8 to your computer and use it in GitHub Desktop.
Save outoftime/21a98c7617abba132da8 to your computer and use it in GitHub Desktop.
undefinedhttp://localhost:3001/?gist=undefined
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
Body One Red
</body>
</html>
$(document.body).append('hi');
var foo;
foo();
body {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment