diff options
author | Minteck <nekostarfan@gmail.com> | 2021-06-10 20:04:31 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-06-10 20:04:31 +0200 |
commit | 3e62534eb7db3011ef540b6053811d48761dda21 (patch) | |
tree | 3c812ba3717ba38a1f1efa712d6200e2cae79e0a /index.html | |
parent | 634dc4c860993963e6f5f9847eaf1ddc5f213ec3 (diff) | |
download | kartik-client-3e62534eb7db3011ef540b6053811d48761dda21.tar.gz kartik-client-3e62534eb7db3011ef540b6053811d48761dda21.tar.bz2 kartik-client-3e62534eb7db3011ef540b6053811d48761dda21.zip |
Cutefox Studios
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ </script> </head> <body style="background:#000000;margin:0;height:100%;width:100%;zoom:1.2;"> + <div id="dummyloader" style="display:flex;align-items:center;justify-content:center;position:fixed;z-index:1;inset: 0;height: 100%;background:#fed1ae;overflow:hidden;"> + <img src="logo/itch/banner.jpg" style="height:100%;width:auto;"> + </div> <div style="height: 64px;position: fixed;bottom: 10px;left: 0;background-image: url(./logo/newloader.svg);width: 100000000px;background-size: contain;animation-name: loading;animation-direction: reverse;animation-fill-mode: forwards;animation-timing-function: linear;animation-duration: 5000s;animation-iteration-count: infinite;opacity: .5;"></div> <style> @keyframes loading { |