remove records out of top 10

This commit is contained in:
2019-11-01 13:17:01 +01:00
parent 5de5f03b3c
commit f12ff135fa
8 changed files with 67 additions and 35 deletions

View File

@ -9,7 +9,7 @@
</head>
<body>
<h1>WEBTRIS</h1>
<div id="container">
<div id="grid-container">
<?php
function echoTable($id, $rows, $columns) {
echo " <table id='$id'>\n";
@ -36,11 +36,17 @@
</table>
<div id="message"></div>
</div>
<div id="button-link">
<a href="options.php" target="_blank">OPTIONS</a>
</div>
<div id="button-link">
<a href="index.php">REJOUER</a>
<!- settings ->
<div class="flex-container">
<div id="button-link">
<a href="options.php" target="_blank">OPTIONS</a>
</div>
<div id="button-link">
<a href="leaderboard.php" target="_blank">TABLEAU DE SCORES</a>
</div>
<div id="button-link">
<a href="index.php">REJOUER</a>
</div>
</div>
</body>
</html>