diff --git a/html/index.php b/html/index.php index ec92244..ae4fcc6 100644 --- a/html/index.php +++ b/html/index.php @@ -1,7 +1,7 @@ +
+

diff --git a/src/arenas_lists.php b/src/arenas_lists.php index 4c7e710..71b4e4e 100644 --- a/src/arenas_lists.php +++ b/src/arenas_lists.php @@ -1,8 +1,14 @@ "tictactoe", - 'url' => "/tictactoe" + 'url' => "/tictactoe", + 'title' => "Tic Tac Toe" + ), + array( + 'id' => "Battleship", + 'url' => "/battleship", + 'title' => "bataille Navale" ) ); \ No newline at end of file