test chanegment
continuous-integration/drone/push Build is failing Details

ServeurDeTest
nathan boileau 2 years ago
parent 48d214637c
commit 82b2cf0902

@ -14,47 +14,41 @@
</head> </head>
<body> <body>
<div> <div id="imgMain" style="background: #050E15;">
<div id="imgMain" style="background: #050E15;"> <div class="grid">
<div class="grid">
<div class="m-3">
<a class="btn" href="index.php?action=quitQueue">
<span>Quitter</span>
</a>
</div>
<div class="row m-0">
<h2 class="text-center mt-3 pr-5" style="color: #00CCFF; font-weight: 1000;font-style: italic;">SCRIPT</h2>
<h2 class="text-center pl-5" style="color: #D400D4; font-weight:bold ; font-size:4em;font-style: italic;">RUSH</h2>
</div>
<div class="row py-5 m-0"> <div class="row m-0">
<h3 class="text-center" id="waiting">Waiting for Coders...</h3> <h2 class="text-center mt-3 pr-5" style="color: #00CCFF; font-weight: 1000;font-style: italic;">SCRIPT</h2>
</div> <h2 class="text-center pl-5" style="color: #D400D4; font-weight:bold ; font-size:4em;font-style: italic;">RUSH</h2>
</div>
<div class="row py-5 d-flex m-0"> <div class="row py-5 m-0">
<div class="col d-flex flex-column align-items-center"> <h3 class="text-center" id="waiting">Waiting for Coders...</h3>
<div style="background-color: red; height: 75px; width: 75px;"></div> </div>
<p class="pt-3" id="player1">Player 1</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: blue; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player2">Player 2</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: yellow; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player3">Player 3</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: green; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player4">Player 4</p>
</div>
</div>
<div class="row py-5 d-flex m-0">
<div class="col d-flex flex-column align-items-center">
<div style="background-color: red; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player1">Player 1</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: blue; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player2">Player 2</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: yellow; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player3">Player 3</p>
</div>
<div class="col d-flex flex-column align-items-center">
<div style="background-color: green; height: 75px; width: 75px;"></div>
<p class="pt-3" id="player4">Player 4</p>
</div>
</div> </div>
</div> </div>
</div> </div>
</body> </body>

@ -14,39 +14,39 @@
</head> </head>
<body> <body>
<div id="imgMain" style="background: #050E15;"> <div id="imgMain" style="background: #050E15;">
<div class="grid"> <div class="grid">
<div class="row m-0"> <div class="row m-0">
<h2 class="text-center mt-3 pr-5" style="color: #00CCFF; font-weight: 1000; font-style: italic;">SCRIPT</h2> <h2 class="text-center mt-3 pr-5" style="color: #00CCFF; font-weight: 1000; font-style: italic;">SCRIPT</h2>
<h2 class="text-center pl-5" style="color: #D400D4; font-weight:bold; font-size:4em; font-style: italic;">RUSH</h2> <h2 class="text-center pl-5" style="color: #D400D4; font-weight:bold; font-size:4em; font-style: italic;">RUSH</h2>
</div> </div>
<div class="row pt-5 px-3 m-0"> <div class="row pt-5 px-3 m-0">
<p class="text-center">Bienvenue dans le mode <b>ScriptRush</b> ! Tu es ici dans le mode multijoueur de <b>Scripted</b>. <p class="text-center">Bienvenue dans le mode <b>ScriptRush</b> ! Tu es ici dans le mode multijoueur de <b>Scripted</b>.
Dans ce mode, tu vas pouvoir affronter d'autres joueurs et tenter de gagner le plus de points possible. Dans ce mode, tu vas pouvoir affronter d'autres joueurs et tenter de gagner le plus de points possible.
Pour cela, tu vas devoir résoudre le plus d'énigme de possible en un temps imparti. Pour cela, tu vas devoir résoudre le plus d'énigme de possible en un temps imparti.
Si c'est ta première venue, je te conseille de jeter un œil au mode <b>CodeQuest</b> avant d'aller plus loin. Si c'est ta première venue, je te conseille de jeter un œil au mode <b>CodeQuest</b> avant d'aller plus loin.
Pour les plus téméraires, je vous laisse cliquer sur <b>Lancer</b> pour trouver des adversaires. Pour les plus téméraires, je vous laisse cliquer sur <b>Lancer</b> pour trouver des adversaires.
Bonne chance et que le meilleur gagne !</p> Bonne chance et que le meilleur gagne !</p>
</div> </div>
<div class="row pt-5 m-0"> <div class="row pt-5 m-0">
<h3 class="text-center" id="waiting">Ready ?</h3> <h3 class="text-center" id="waiting">Ready ?</h3>
</div> </div>
<div class="row m-0"> <div class="row m-0">
<div class="d-flex justify-content-center ltext-center" style="cursor: pointer; height: 20%"> <div class="d-flex justify-content-center ltext-center" style="cursor: pointer; height: 20%">
<div class="m-3"> <div class="m-3">
<a class="btn" href="index.php?action=addToQueue"> <a class="btn" href="index.php?action=addToQueue">
<span>LANCER</span> <span>LANCER</span>
</a> </a>
</div> </div>
<div class="m-3"> <div class="m-3">
<a class="btn" href="index.php?action=goToHome"> <a class="btn" href="index.php?action=goToHome">
<span>RETOUR</span> <span>RETOUR</span>
</a> </a>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
</body> </body>
</html> </html>
Loading…
Cancel
Save