From cde5428319938c9a18321fa8a917ce66b7e526a4 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 25 Nov 2015 22:32:58 +0100 Subject: [PATCH] title --- html/index.php | 4 +++- src/arenas_lists.php | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) 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