-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·1 lines (1 loc) · 2.3 KB
/
index.html
1
<!DOCTYPE html> <html lang=zh-CN> <head> <title>ZX-UI</title> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge"> <meta name=viewport content="width=device-width,initail-scale=1,user-scalable=no"> <meta http-equiv=pragma content=no-cache> <meta http-equiv=Cache-Control content="no-cache, must-revalidate"> <meta http-equiv=expires content=0> <meta name=format-detection content="telephone=no"/> <style>.wiki-loading{height:100%;width:100%;position:fixed;z-index:1;margin-top:0;top:0}.wiki-loading-center{width:100%;height:100%;position:relative}.wiki-loading-center-absolute{position:absolute;left:50%;top:50%;height:50px;width:150px;margin-top:-25px;margin-left:-75px}.object{width:8px;height:50px;margin-right:5px;background-color:#7acfff;-webkit-animation:animate 1s infinite;animation:animate 1s infinite;float:left}.object:last-child{margin-right:0}.object:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s}.object:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}.object:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}.object:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}.object:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.object:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.object:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.object:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.object:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes animate{50%{-ms-transform:scaleY(0);-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes animate{50%{-ms-transform:scaleY(0);-webkit-transform:scaleY(0);transform:scaleY(0)}}</style> </head> <body> <div id=app> <div class=wiki-loading> <div class=wiki-loading-center> <div class=wiki-loading-center-absolute> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> <div class=object></div> </div> </div> </div> </div> <script type="text/javascript" src="manifest.js?2a9ffe0f0964ff27c6af"></script><script type="text/javascript" src="vendor.js?7d3b2ce1488ea4722b7e"></script><script type="text/javascript" src="index.js?fa604b3a14bc7855bbc2"></script></body> </html>