diff options
-rw-r--r-- | website/assets/css/style.css | 5 | ||||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css index bb390c9..59371ff 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css | |||
@@ -92,3 +92,8 @@ iframe { | |||
92 | border: none; | 92 | border: none; |
93 | overflow: hidden; | 93 | overflow: hidden; |
94 | } | 94 | } |
95 | |||
96 | /* display only once linked resources are loaded to prevent buggy pre-rendering */ | ||
97 | body { | ||
98 | display: block !important; | ||
99 | } | ||
diff --git a/website/index.html b/website/index.html index fc9066c..62456f8 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <link rel="stylesheet" href="/assets/css/marketing.css"> | 15 | <link rel="stylesheet" href="/assets/css/marketing.css"> |
16 | <link rel="stylesheet" href="/assets/css/style.css"> | 16 | <link rel="stylesheet" href="/assets/css/style.css"> |
17 | </head> | 17 | </head> |
18 | <body> | 18 | <body style="display: none;"> |
19 | <div class="header"> | 19 | <div class="header"> |
20 | <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed"> | 20 | <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed"> |
21 | <a class="pure-menu-heading" href="#">ESIEEquest</a> | 21 | <a class="pure-menu-heading" href="#">ESIEEquest</a> |