forked from monnerat/web_2025
tp1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
$favoris = [
|
||||
"Moteurs de recherche" => [
|
||||
[
|
||||
"nom"=>"Google",
|
||||
"url"=>"http://google.com",
|
||||
"img"=>"https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/272px-Google_2015_logo.svg.png"
|
||||
],
|
||||
[
|
||||
"nom"=>"Yahoo",
|
||||
"url"=>"http://yahoo.com",
|
||||
"img"=>"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Yahoo%21_%282019%29.svg/200px-Yahoo%21_%282019%29.svg.png"
|
||||
]
|
||||
],
|
||||
"Journaux" => [
|
||||
[
|
||||
"nom"=>"Le Monde",
|
||||
"url"=>"http://lemonde.fr",
|
||||
"img"=>"http://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Le_monde_logo.svg/200px-Le_monde_logo.svg.png"
|
||||
],
|
||||
[
|
||||
"nom"=>"L'equipe",
|
||||
"url"=>"http://lequipe.fr",
|
||||
"img"=>"http://upload.wikimedia.org/wikipedia/commons/3/32/L%27%C3%89quipe_wordmark.svg"
|
||||
]
|
||||
]
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user