52 lines
1.7 KiB
HTML
52 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta content="donathon interface" property="og:title" />
|
|
<meta content="Interface pour le planning du Donathon" property="og:description" />
|
|
<meta content="https://able.moe/" property="og:url" />
|
|
<meta content="https://able.moe/images/literallyme.png" property="og:image" />
|
|
<meta content="#e858de" data-react-helmet="true" name="theme-color" />
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/jpg" href="images/favicon.png">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<title>interface dnth</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
<style>
|
|
.live-indicator { display: none; }
|
|
</style>
|
|
<div></div>
|
|
<div id="streamersContainer">
|
|
<h2>En ligne</h2>
|
|
<span class="small" id="onlineCount"></span>
|
|
<div id="onlineStreamers" class="streamers-category">
|
|
<span class="loader" id="loader1"></span>
|
|
<span class="loadertext" id="onlineLoaderText">Le premier chargement peut être long...</span>
|
|
</div>
|
|
<br>
|
|
<h2>Hors ligne</h2> <span class="small" id="offlineCount"></span>
|
|
<div id="offlineStreamers" class="streamers-category">
|
|
<span class="loader" id="loader2"></span>
|
|
</div>
|
|
</div>
|
|
<div></div>
|
|
|
|
</main>
|
|
|
|
<script src="scripts/infos.js"></script>
|
|
<script src="scripts/twitch.js"></script>
|
|
</body>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
|
|
|
|
</html> |