From 36939ccf74439958aebe265e7a403c124a3cd792 Mon Sep 17 00:00:00 2001 From: vexorian Date: Fri, 11 Sep 2020 22:58:32 -0400 Subject: [PATCH] favicon , reddit icon. --- index.js | 8 +++ resources/favicon-16.png | Bin 0 -> 417 bytes resources/favicon-32.png | Bin 0 -> 601 bytes src/svg/favicon.svg | 111 +++++++++++++++++++++++++++++++++++++++ web/public/index.html | 7 +++ 5 files changed, 126 insertions(+) create mode 100644 resources/favicon-16.png create mode 100644 resources/favicon-32.png create mode 100644 src/svg/favicon.svg diff --git a/index.js b/index.js index 1fe19e6..da0bbbe 100644 --- a/index.js +++ b/index.js @@ -165,6 +165,14 @@ app.get('/version.js', (req, res) => { app.use('/images', express.static(path.join(process.env.DATABASE, 'images'))) app.use(express.static(path.join(__dirname, 'web/public'))) app.use('/images', express.static(path.join(process.env.DATABASE, 'images'))) + +app.use('/favicon-16.png', express.static( + path.join(__dirname, 'resources/favicon-16.png') +) ); +app.use('/favicon-32.png', express.static( + path.join(__dirname, 'resources/favicon-32.png') +) ); + app.use(api.router(db, channelDB, xmltvInterval, guideService )) app.use(video.router( channelDB, db)) app.use(hdhr.router) diff --git a/resources/favicon-16.png b/resources/favicon-16.png new file mode 100644 index 0000000000000000000000000000000000000000..324257ebf0dbd1c4fa6b16632b9f52dddf1ae41a GIT binary patch literal 417 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ zFzSIYV|AgFFHlgj#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWGaOPZ!4! zi{7J?_j)lqinQ*p{+?bYuH&NPQgHvU`^GPdIW=O|^BwLVblcz|xS_v^<;tNQH_x8y zaZP%Z5+)F2VQ_S3@$<(r?|QD3zP*|FQg1rrr8^w#?wj+^Yq@v$lYxZpUSWA6?Dg*4U)7EPB;R+-+) zxBS8O!hyw}VF7o^)`_8_l$&G)0=l@~)`96Y8_VN-pU~n>cy85}S Ib4q9e070anT>t<8 literal 0 HcmV?d00001 diff --git a/resources/favicon-32.png b/resources/favicon-32.png new file mode 100644 index 0000000000000000000000000000000000000000..abecf16352012d3e9c6f4e6d670aa02ec298f53f GIT binary patch literal 601 zcmV-f0;c_mP)DPoU%#)(7J@S1y!_M05EBk!^#sXC6|m`0y!yxi~|># z5(s3xZ$5FU^A6zIOUJ9@$tdmHvp1xVX1A^%ozHpw@fU>QKA+n!*8mPcj7F$W2G?U| zYm`fNeZK+_8vxD^E*Gg0fIh&U6xbQSIhzFPhI0~wt+r7!=6qhj5P;EZkqt@m_gxq%!FM zEM*R%!2;-PFds%{1t{+hVEGPMLs&?CcK}lety5qG*qn%KfIW^Om1*DRJTPa#I)>4l zft3OY!0AcDx39}vH;1WEhYOmY?@%0)q;X4^6+o?-vj&s-=CI3+%Wd000000NkvXXu0mjf1# + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/web/public/index.html b/web/public/index.html index 5037cb9..3fb5c07 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -3,6 +3,8 @@ dizqueTV + + @@ -18,6 +20,11 @@ + + + + +