You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

66 lines
1.8 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
<meta name="x5-fullscreen" content="true">
<meta name="theme-color" content="#000000" />
<meta name="description" content="9527 description" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<style>
body {
margin: 0;
padding: 0;
}
.public-container {
background-color: #090A0F;
width: 100vw;
height: 100vh;
color: #B0BEC5;
overflow: hidden;
box-sizing: border-box;
}
.public-border {
width: 80vw;
height: 10px;
background-color: #A6A6A6;
margin: 40px 0;
}
.public-border-width {
width: 0%;
height: 100%;
background: linear-gradient(103deg, #1DD0DF -1%, #1DD0DF -1%, #1BEDFF -1%, #14BDEB 108%);
transition: all .25s linear;
}
</style>
<title>9527</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div class="public-container">
<div style="display: flex;justify-content:center;align-items: center;text-align: center;height:80vh">
<div>
<img src='./logo512.png' style="width: 70%;height:auto" alt="">
<div style="display: flex;justify-content: center;">
<div class="public-border">
<div class="public-border-width" id="loading"></div>
</div>
</div>
<div style="color:#0FC6D4">Loading...</div>
</div>
</div>
</div>
</div>
<script src="./initialization.js"></script>
</body>
</html>