-
-
Save zbryikt/f1e630a5cf3732de7ec69a60ba94729e to your computer and use it in GitHub Desktop.
// source http://jsbin.com/puwowevijo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #f00; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("ok"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment