| ... | ... |
@@ -29,12 +29,12 @@ function NewsSection($sourceHTML) {
|
| 29 | 29 |
<meta charset="utf-8"> |
| 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 |
- <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"> |
|
| 35 | 32 |
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
| 36 | 33 |
<link rel="stylesheet" type="text/css" href="css/style.css" /> |
| 37 | 34 |
<link rel="alternate stylesheet" type="text/css" id="style-dynamic" href="" /> |
| 35 |
+ <link rel="shortcut icon" href="favicon.png"> |
|
| 36 |
+ <link rel="icon" type="image/png" href="favicon.png" sizes="16x16"> |
|
| 37 |
+ <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32"> |
|
| 38 | 38 |
<script src="jspdf.min.js"></script> |
| 39 | 39 |
<script> |
| 40 | 40 |
function downloadInnerHtml(filename, elId, mimeType) {
|