mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(favicon): fix favicon display (#1177)
This commit is contained in:
parent
ef8edfb67b
commit
9a0f0a9701
14 changed files with 37 additions and 2 deletions
10
index.html
10
index.html
|
@ -24,8 +24,14 @@
|
|||
<!-- endbuild -->
|
||||
|
||||
<!-- Fav and touch icons -->
|
||||
<link rel="shortcut icon" href="ico/favicon.ico">
|
||||
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-precomposed.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png">
|
||||
<link rel="manifest" href="/ico/manifest.json">
|
||||
<link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="/ico/favicon.ico">
|
||||
<meta name="msapplication-config" content="/ico/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
|
||||
<body ng-controller="MainController">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue