diff --git a/public_html/css/core.css b/public_html/css/core.css index 3777b025..05681fcd 100644 --- a/public_html/css/core.css +++ b/public_html/css/core.css @@ -52,3 +52,22 @@ hr { background: #f3f7f8; color: #7a9 !important; } + +#wait-cover { + display: flex; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.9); + z-index: 100; +} +#wait .spinner { + margin: auto; +} +#wait .spinner .fa { + font-size: 40px; +} diff --git a/public_html/index.html b/public_html/index.html index 16bce1de..ba49e6e4 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -42,6 +42,15 @@ +
+
+
+ +

Loading

+
+
+
+