From a3e339cd27c360e5cdcad95a441a74d6261f5c22 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 21 Aug 2023 16:25:14 +0300 Subject: [PATCH] Edit README (refresh screenshot) --- README.md | 2 +- ico/github.com.png | Bin 0 -> 331 bytes vars.php | 11 ++++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 ico/github.com.png 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 0000000000000000000000000000000000000000..7c144044a2f163f227046caf18beeaf6dee7860e GIT binary patch literal 331 zcmV-R0kr;!P)EhH%}mzbIo86Yb#H2@A5hKY+58zBGy2=w*!A0#U3>gz&AN|%|MSX^HK01sef zXMKQ!&d<hKQh{qElB|Ff=&;2o%%Q)iygnaC3Fv-{3gI)|dbQ z0H8@kK~xx(MNU^1gD?!Uoka$tKv-=c-2akIfVBFspY&wO00}j3q-@#+9#kkOLF0V$ z?xh?fVosSp^C5Jj$4R3fdsC%*)X8ZtFBiC^q1O^N3$Z~%#umXE_XbH5{6O?cg82)9 zBzPD0!uQ}ja6QQ<#2!wxsdkGPPk?hUj-^^yv5r1_keI5n(;wrRH!{`Tw-NCYa46{~ dzaFpi`~tP{2L@t%GYJ3y002ovPDHLkV1f+MfujHb literal 0 HcmV?d00001 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 +];