Skip to content

Instantly share code, notes, and snippets.

@zbryikt
Forked from anonymous/index.html
Created October 4, 2017 07:56
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 zbryikt/f1e630a5cf3732de7ec69a60ba94729e to your computer and use it in GitHub Desktop.
Save zbryikt/f1e630a5cf3732de7ec69a60ba94729e 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