<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8"/>
    <link rel="icon" type="image" href="./assets/images/favicon-2020.png"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>YouSchool</title>
</head>

<style>
    html, body {
        font-family: sans-serif;
        min-height: 100vh;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000000;
    }

    section {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color : white;
    }

    .logo {
        height: 80px;
    }

    h1 {
        max-width: 800px;
        font-size: 20px;
        text-align: center;
        color: gray;
        font-weight: normal;
    }

    a {
        text-decoration: underline;
        color: black;
    }
</style>
<body class="font-inter">
<section>
    <img class="logo" src="./assets/images/logo_ys.png" alt="YouSchool Logo">
    <h1>Une formation pour changer de vie!</h1>
    <div style="text-align: center;  line-height: 0.5; ">
        <p><a target="_blank" href="https://formation.youschool.fr">Bogy CMS </a></p>
        <p style="font-weight: bold;">API - Version 1.0.0</p>
        <div style=" display: flex; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 10px; border : 1px solid white; padding: 0.5rem 3rem;">
            <span style="background: #49cc90; width: 20px; height: 20px; border-radius: 50%;"></span>
            <p>Server Status</p>
        </div>
    </div>
</section>
<div>

</div>
</body>
</html>
