battleship

pull/18/head
Gnieark 9 years ago
parent 4da2b0a5e8
commit 421d3235d0

@ -0,0 +1,3 @@
article p {width: 100%;}
article p label {float:left; text-align:right; width:70%}
article p select {float: left;}

@ -12,7 +12,9 @@ $arenas=array(
'id' => "Battleship",
'url' => "/Battleship",
'title' => "bataille Navale",
'metaDescription' => 'Affrontements de bots à la battaille navale'
'metaDescription' => 'Affrontements de bots à la battaille navale',
'jsFile'=> "js.js",
'cssFile'=> "style.css"
)
);
Loading…
Cancel
Save