From d7c9261dab6ad2cfedd4042ddd595cd3efee542d Mon Sep 17 00:00:00 2001
From: Roger Braun <roger@rogerbraun.net>
Date: Thu, 16 Feb 2017 16:07:07 +0100
Subject: [PATCH] Prevent FOUC.

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 52216b154..668b21bba 100644
--- a/index.html
+++ b/index.html
@@ -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>
-- 
GitLab