diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-16 16:07:07 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-16 16:07:07 +0100 |
| commit | d7c9261dab6ad2cfedd4042ddd595cd3efee542d (patch) | |
| tree | f80ca83088add75a04b922dc68a52dfa5aa124a1 | |
| parent | ea03f3935e61c0a4398cc2921814c1d02a14616e (diff) | |
Prevent FOUC.
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ <link rel="stylesheet" href="/static/font/css/fontello.css"> <link rel="stylesheet" href="/static/font/css/animation.css"> </head> - <body> + <body style="display: none"> <div id="app"></div> <!-- built files will be auto injected --> </body> |
