Clients: Changed favicon for all index.html

This commit is contained in:
Ilya Oleshko 2024-03-27 15:09:12 +03:00
parent fbbfd019db
commit 3be0ec8572
4 changed files with 6 additions and 63 deletions

View File

@ -12,35 +12,13 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link
id="favicon"
rel="icon"
type="image/x-icon"
href="/logo.ashx?logotype=3"
/>
<!-- <link
id="favicon-icon"
rel="icon"
href="/storage/whitelabel/root/favicon.png"
onerror="this.onerror=null;this.href='favicon.ico';"
/> -->
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<link rel="manifest" href="/manifest.json" />
<!-- Tell the browser it's a PWA -->
<!-- <meta name="mobile-web-app-capable" content="yes" /> -->
<!-- Tell iOS it's a PWA -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes" /> -->
<!-- <link rel="apple-touch-icon" href="../../../public/appIcon-180.png" /> -->
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<meta name="react-apple-itunes-app" content="app-id=944896972" />
<meta
@ -48,17 +26,6 @@
content="app-id=com.onlyoffice.documents"
/>
<!-- <link
rel="apple-touch-icon"
href="/storage/whitelabel/root/favicon.png"
onerror="this.onerror=null;this.href='favicon.ico';"
/>
<link
rel="android-touch-icon"
href="/storage/whitelabel/root/favicon.png"
onerror="this.onerror=null;this.href='favicon.ico';"
/> -->
<!-- <%= htmlWebpackPlugin.options.custom %> -->
<style type="text/css">

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@ -11,24 +11,13 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link id="favicon" rel="shortcut icon" sizes="any" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<link rel="manifest" href="/manifest.json" />
<!-- Tell the browser it's a PWA -->
<!-- <meta name="mobile-web-app-capable" content="yes" /> -->
<!-- Tell iOS it's a PWA -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes" /> -->
<link rel="apple-touch-icon" href="/appIcon-180.png" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title><%= htmlWebpackPlugin.options.title %></title>
</head>

View File

@ -11,25 +11,12 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link id="favicon" rel="shortcut icon" sizes="any" href="/favicon.ico" />
<link id="favicon-icon" rel="icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<!-- Tell the browser it's a PWA -->
<!-- <meta name="mobile-web-app-capable" content="yes" /> -->
<!-- Tell iOS it's a PWA -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes" /> -->
<link rel="apple-touch-icon" href="favicon.ico" />
<link rel="android-touch-icon" href="favicon.ico" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title><%= htmlWebpackPlugin.options.title %></title>
</head>

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/logo.ashx?logotype=3" />
<title>Offline</title>