sync
This commit is contained in:
@@ -41,6 +41,14 @@ main > article > section.informations {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
main > article > section.logo > h2 {
|
||||
color: #ffffff;
|
||||
padding: 13px 13px 13px 13px;
|
||||
font-weight: bolder;
|
||||
text-align: center;
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
main > article > section.informations > h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
28
app/loading.html
Normal file
28
app/loading.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./assets/css/banned.css">
|
||||
<title>Launcher banni</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<button class="close" onclick="system.call('window::close')">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
<article>
|
||||
<section class="logo">
|
||||
<img src="./assets/img/icon.png" alt="">
|
||||
<h2>
|
||||
Veuillez patienter
|
||||
</h2>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<script src="./assets/js/banned.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user