index.html 738 Bytes
<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" type="text/css" href="style.css" >
        <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Shojumaru&display=swap" rel="stylesheet"> 
    </head>
    <body>
        <div class="login-page">
            <div class="title">
                <h1>
                    Riichi Mahjong
                </h1>
            </div>
            
            <div class="menu">
                <button>
                    Se connecter
                </button>
                <button>
                    S'inscrire
                </button>
                
            </div>
       
        </div>
        </body>
</html>