Created
April 28, 2014 03:53
-
-
Save gfcarvalho/11361380 to your computer and use it in GitHub Desktop.
Avoiding FOUC
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
<html class="no-js"> | |
<head> | |
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.paulirish.com/2009/avoiding-the-fouc-v3/