|
|
@@ -21,6 +21,40 @@
|
|
|
</div>
|
|
|
<div id="unity-warning"> </div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <style>
|
|
|
+ #unity-loading-bar {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 999;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ transform: translate(0, 0);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: black;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #unity-logo {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ #unity-progress-bar-empty {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background: none;
|
|
|
+ background-image: url('./loginSta.gif');
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ #unity-progress-bar-full {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
<script>
|
|
|
window.addEventListener("load", function () {
|
|
|
if ("serviceWorker" in navigator) {
|