Showing 2 changed files with 2 additions and 0 deletions
BIN
favicon-32x32.png
+2
index.php
... ...
@@ -30,6 +30,8 @@ function NewsSection($sourceHTML) {
30 30
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
31 31
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
32 32
     <link rel="shortcut icon" href="favicon.png">
33
+    <link rel="icon" type="image/png" href="favicon.png" sizes="16x16">
34
+    <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
33 35
     <link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
34 36
     <link rel="stylesheet" type="text/css" href="css/style.css" />
35 37
     <link rel="alternate stylesheet" type="text/css" id="style-dynamic" href="" />