|
|
|
@ -3,6 +3,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
|
|
<title>Accueil</title>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -16,5 +17,8 @@
|
|
|
|
|
<a href="?action=join">Rejoindre une partie</a>
|
|
|
|
|
<a href="?action=create">Créer une partie</a>
|
|
|
|
|
</center>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|