21 lines
467 B
HTML
21 lines
467 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/svg" href="/assets/favicon_open.svg" />
|
|
<style>
|
|
:root {
|
|
--back-color: #00FF44;
|
|
--main-color: #000000;
|
|
}
|
|
</style>
|
|
<title>Le LOL est Ouvert</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<p id="statusText">Ouvert !</p>
|
|
</main>
|
|
</body>
|
|
</html>
|