This commit is contained in:
2020-11-09 02:20:43 +01:00
parent 5d7795b3da
commit a161826a37
12 changed files with 347 additions and 227 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>Meilleurs scores - Webtris</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="leaderboard.js"></script>
</head>
<body>
<header>
@ -28,8 +28,8 @@
$db = null;
?>
</table>
<div class="flex-container">
<footer>
<button onclick="window.close()">Fermer</button>
</div>
</footer>
</body>
</html>