diff --git a/README.md b/README.md index 004316c..392c458 100755 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ The display data is stored in the PHP array in a separate file. Additionally, 1 Thanks for the idea and template https://github.com/TB-96/Evening-Startpage. -![screenshot](https://i.imgur.com/e8yXIpV.png) +![screenshot](https://i.imgur.com/qkIUSuN.png) diff --git a/ico/github.com.png b/ico/github.com.png new file mode 100644 index 0000000..7c14404 Binary files /dev/null and b/ico/github.com.png differ diff --git a/vars.php b/vars.php index d8b1fae..cb765e4 100755 --- a/vars.php +++ b/vars.php @@ -93,9 +93,10 @@ $apps = [ "name"=>"OK" ], [ - "url"=>"https://youtube.com/", - "name"=>"Youtube" + "url"=>"https://github.com/", + "name"=>"GitHub" ], + ], "МЕДИА"=> [ @@ -107,6 +108,10 @@ $apps = [ "url"=>"https://hd.kinopoisk.ru/", "name"=>"KinoPoisk" ], + [ + "url"=>"https://youtube.com/", + "name"=>"Youtube" + ], ], "3D"=> @@ -122,4 +127,4 @@ $apps = [ ], ], -]; \ No newline at end of file +];