summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-09-14 14:20:43 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 15:01:07 -0500
commit22004453b017db8e2b9369e06213340252b0e0fd (patch)
tree4d1f77846096f5e1d44d0852251b4373e29be2b1 /app/index.html
parentdb80901bc9646e7be37addb58109d9d41d54288a (diff)
downloadphosphor-webui-22004453b017db8e2b9369e06213340252b0e0fd.tar.gz
phosphor-webui-22004453b017db8e2b9369e06213340252b0e0fd.zip
added favicon
Change-Id: I7f70505fd25252223cac121fb74d21bed0e5a5c1 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html
index 5ca439a..9932346 100644
--- a/app/index.html
+++ b/app/index.html
@@ -4,7 +4,8 @@
<base href="/">
<meta charset="UTF-8">
<title>openBMC</title>
- <link rel="icon" href="favicon.ico?v=2"/>
+ <link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<!-- build:css styles/app.min.css -->
<link rel="stylesheet" href="styles/index.css">
OpenPOWER on IntegriCloud