Site
- creater loader at the first launch - optimize loader
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
<link rel='stylesheet' type='text/css' href='/static/style/game/games.css'>
|
||||
<link rel='stylesheet' type='text/css' href='/static/style/profilPage/profil.css'>
|
||||
<link rel='stylesheet' type='text/css' href='/static/style/settings/settings.css'>
|
||||
<link rel='stylesheet' type='text/css' href='/static/style/index/loading.css'>
|
||||
<script type="module" src='/static/javascript/main.js'></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@ -21,6 +22,16 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="loadingDiv">
|
||||
<h1>METH</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<div class="loading">
|
||||
<div class="loading-bar"></div>
|
||||
</div>
|
||||
<br/>
|
||||
<p id='percentLoad'>0%</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user