added favicon

Change-Id: I7f70505fd25252223cac121fb74d21bed0e5a5c1
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
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">