Line 5: | Line 5: | ||
<meta name="viewport" content="width=device-width"> | <meta name="viewport" content="width=device-width"> | ||
</head> | </head> | ||
+ | |||
+ | <style> | ||
+ | /*mask page while it is loading */ | ||
+ | #loading-mask { | ||
+ | background-color: white; | ||
+ | height: 100%; | ||
+ | left: 0; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | </style> | ||
<div id="loading-mask"></div> | <div id="loading-mask"></div> |
Revision as of 11:05, 21 October 2017