From e71ed5e7ebebcfe61703411293147d49ebda8322 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 9 May 2024 06:20:20 +0300 Subject: [PATCH] feat(icons): add favicon and apple-touch-icon links across all pages Added favicon, apple-touch-icon, and related meta tags to all HTML pages to ensure consistent branding and improve user experience on various platforms. --- website/icons/site.webmanifest | 4 ++-- www/add.html | 8 ++++++++ www/codecs.html | 8 ++++++++ www/editor.html | 8 ++++++++ www/index.html | 8 ++++++++ www/links.html | 8 ++++++++ www/log.html | 8 ++++++++ www/stream.html | 8 ++++++++ www/webrtc-sync.html | 8 ++++++++ www/webrtc.html | 8 ++++++++ 10 files changed, 74 insertions(+), 2 deletions(-) diff --git a/website/icons/site.webmanifest b/website/icons/site.webmanifest index de65106f..cf1430a0 100644 --- a/website/icons/site.webmanifest +++ b/website/icons/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#ffffff", - "background_color": "#ffffff", + "theme_color": "#000000", + "background_color": "#000000", "display": "standalone" } diff --git a/www/add.html b/www/add.html index 3058f8dc..302253e4 100644 --- a/www/add.html +++ b/www/add.html @@ -4,6 +4,14 @@ Add Stream + + + + + + + +