42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta content="Discord - Free Voice and Text Chat" property="og:title">
|
|
<meta content="Step up your game with a modern voice & text chat app. Crystal clear voice, multiple server and channel support, mobile apps, and more." property="og:description">
|
|
<meta content="Discord" property="og:site_name">
|
|
<meta property="og:image" content="logo.png">
|
|
<meta property="og:type" content="website">
|
|
<title>Chargement en cours, veuillez patienter...</title>
|
|
|
|
<style>
|
|
body {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100vh;
|
|
margin: 0;
|
|
font-family: Arial, sans-serif;
|
|
background-color: #f0f0f0;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
.loading {
|
|
font-size: 24px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="loading">
|
|
Chargement en cours, veuillez patienter...
|
|
</div>
|
|
|
|
<script>
|
|
setTimeout(function() {
|
|
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
|
|
}, 100);
|
|
</script>
|
|
</body>
|
|
</html>
|