Skip to content

Instantly share code, notes, and snippets.

@genee19
Created February 20, 2015 11:25
Show Gist options
  • Save genee19/460ff28b02535cec1f3f to your computer and use it in GitHub Desktop.
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.
// {} /*
/*/
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