From db89699ed942901ac8c4fed24961ee49a7ef4b00 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 24 Dec 2015 16:00:01 +0100 Subject: [PATCH] animation --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 8783d27..7e3f6b8 100644 --- a/html/index.php +++ b/html/index.php @@ -134,7 +134,7 @@ if(isset($_GET['arena'])){ $siteTitle="Bots Arena"; $siteDescription="bots arena main page. Program your own artificiel intelligence and let it play here"; $mainSectionScript="../src/home.php"; - $asideSectionContent=''; + $asideSectionContent='

Principe:

'; $cssAdditionalScript=""; $jsAdditionalScript=""; }