Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created February 20, 2016 05:35
Show Gist options
  • Save outoftime/e10966a1dd33ede34703 to your computer and use it in GitHub Desktop.
Save outoftime/e10966a1dd33ede34703 to your computer and use it in GitHub Desktop.
Exported from Popcode
<!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