Created
February 20, 2015 11:25
-
-
Save genee19/460ff28b02535cec1f3f to your computer and use it in GitHub Desktop.
A file that is a valid CSS and JS at the same time. Include the same URL into HTML via <link> and <script src> and spare a request.
This file contains hidden or 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 { | |
color: red; | |
} | |
body:before { | |
content: "This is CSS"; | |
} | |
/*/ | |
// | |
window.alert('This is JavaScript'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment