Skip to content

Instantly share code, notes, and snippets.

Created October 4, 2017 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/e989ae3b238cd3aa434ca38f931101e6 to your computer and use it in GitHub Desktop.
Save anonymous/e989ae3b238cd3aa434ca38f931101e6 to your computer and use it in GitHub Desktop.
<style id="jsbin-css">
body {
background: #f00;
}
</style>
hihi
<script id="jsbin-javascript">
console.log("ok");
</script>
<script id="jsbin-source-css" type="text/css">body {
background: #f00;
}</script>
<script id="jsbin-source-javascript" type="text/javascript">console.log("ok");</script>
body {
background: #f00;
}
console.log("ok");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment