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.
65 lines
1.7 KiB
65 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<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='./logo.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>Loading...</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="./initialization.js"></script>
|
|
</body>
|
|
|
|
</html>
|