Skip to content

Instantly share code, notes, and snippets.

@ianwhite
Created September 18, 2015 14:29
Show Gist options
  • Save ianwhite/a1d86fb9140d9c38ca66 to your computer and use it in GitHub Desktop.
Save ianwhite/a1d86fb9140d9c38ca66 to your computer and use it in GitHub Desktop.
simple .js/.no-js html5
<head>
<style> .no-js { display:none; } </style>
<noscript>
<style> .no-js { display:block }; .js { display: none } </style>
</noscript>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment