|
|
|
@ -14,47 +14,41 @@
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
|
|
|
|
<div id="imgMain" style="background: #050E15;">
|
|
|
|
|
<div class="grid">
|
|
|
|
|
<div id="imgMain" style="background: #050E15;">
|
|
|
|
|
<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">
|
|
|
|
|
<h3 class="text-center" id="waiting">Waiting for Coders...</h3>
|
|
|
|
|
</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 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 class="row py-5 m-0">
|
|
|
|
|
<h3 class="text-center" id="waiting">Waiting for Coders...</h3>
|
|
|
|
|
</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>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|