Skip to content

Instantly share code, notes, and snippets.

@rodneyrehm
Last active October 23, 2015 17:51
Show Gist options
  • Select an option

  • Save rodneyrehm/11b94c9c9b9e90a8a6db to your computer and use it in GitHub Desktop.

Select an option

Save rodneyrehm/11b94c9c9b9e90a8a6db to your computer and use it in GitHub Desktop.
JS Bin custom gist test
/* some css */
p { color: red; }
// some javascript
var p = document.querySelector('p');
p.textContent = 'yes yes';
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<p>gist export tryout</p>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment