js file d'attente
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent ad3fc5ba00
commit 076b8a1f9e

@ -0,0 +1,3 @@
function displayWaiting(){
document.getElementById("waiting").innerHTML = "Waiting...";
}

@ -36,7 +36,7 @@
<h2 class="text-center ml-5" style="color: #D400D4; font-weight:bold ; font-size:4em;font-style: italic;">RUSH</h2> <h2 class="text-center ml-5" style="color: #D400D4; font-weight:bold ; font-size:4em;font-style: italic;">RUSH</h2>
</div> </div>
<div class="row pt-5"> <div class="row pt-5">
<h3 class="text-center">Waiting ...</h3> <h3 class="text-center" id="waiting">Ready ?</h3>
</div> </div>
<!-- <div class="row d-flex "> <!-- <div class="row d-flex ">
<div class="col d-flex flex-column align-items-center"> <div class="col d-flex flex-column align-items-center">
@ -59,7 +59,7 @@
<div class="row"> <div class="row">
<div class="row pt-5 text-center" style="cursor: pointer; height: 20%"> <div class="row pt-5 text-center" style="cursor: pointer; height: 20%">
<div class="col"> <div class="col">
<a class="btn" href="index.php?action=queuing"> <a class="btn" href="index.php?action=queuing" onclick="displatyWaiting()">
<span>LANCER</span> <span>LANCER</span>
</a> </a>
</div> </div>
@ -70,4 +70,5 @@
</div> </div>
</div> </div>
</body> </body>
<script src="View/src/JS/Queu.js"></script>
</html> </html>

Loading…
Cancel
Save