Created
October 4, 2017 07:48
-
-
Save anonymous/e989ae3b238cd3aa434ca38f931101e6 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