|
3 | 3 | <head>
|
4 | 4 | <title><%= productName %></title>
|
5 | 5 |
|
6 |
| - <meta charset="utf-8"> |
7 |
| - <meta name="description" content="<%= productDescription %>"> |
8 |
| - <meta name="format-detection" content="telephone=no"> |
9 |
| - <meta name="msapplication-tap-highlight" content="no"> |
10 |
| - <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"> |
| 6 | + <meta charset="utf-8" /> |
| 7 | + <meta name="description" content="<%= productDescription %>" /> |
| 8 | + <meta name="format-detection" content="telephone=no" /> |
| 9 | + <meta name="msapplication-tap-highlight" content="no" /> |
| 10 | + <meta |
| 11 | + name="viewport" |
| 12 | + content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>" |
| 13 | + /> |
11 | 14 |
|
12 | 15 | <!--suppress HtmlUnknownTarget -->
|
13 |
| - <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=3" /> |
| 16 | + <link |
| 17 | + rel="apple-touch-icon" |
| 18 | + sizes="180x180" |
| 19 | + href="icons/apple-touch-icon.png?v=3" |
| 20 | + /> |
14 | 21 | <!--suppress HtmlUnknownTarget -->
|
15 |
| - <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=3" /> |
| 22 | + <link |
| 23 | + rel="icon" |
| 24 | + type="image/png" |
| 25 | + sizes="32x32" |
| 26 | + href="icons/favicon-32x32.png?v=3" |
| 27 | + /> |
16 | 28 | <!--suppress HtmlUnknownTarget -->
|
17 |
| - <link rel="icon" type="image/png" sizes="194x194" href="icons/favicon-194x194.png?v=3" /> |
| 29 | + <link |
| 30 | + rel="icon" |
| 31 | + type="image/png" |
| 32 | + sizes="194x194" |
| 33 | + href="icons/favicon-194x194.png?v=3" |
| 34 | + /> |
18 | 35 | <!--suppress HtmlUnknownTarget -->
|
19 |
| - <link rel="icon" type="image/png" sizes="192x192" href="icons/android-chrome-192x192.png?v=3" /> |
| 36 | + <link |
| 37 | + rel="icon" |
| 38 | + type="image/png" |
| 39 | + sizes="192x192" |
| 40 | + href="icons/android-chrome-192x192.png?v=3" |
| 41 | + /> |
20 | 42 | <!--suppress HtmlUnknownTarget -->
|
21 |
| - <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=3" /> |
| 43 | + <link |
| 44 | + rel="icon" |
| 45 | + type="image/png" |
| 46 | + sizes="16x16" |
| 47 | + href="icons/favicon-16x16.png?v=3" |
| 48 | + /> |
22 | 49 | <!--suppress HtmlUnknownTarget -->
|
23 | 50 | <link rel="icon" type="image/ico" href="favicon.ico?v=3" />
|
24 | 51 | <!--suppress HtmlUnknownTarget -->
|
25 | 52 | <link rel="shortcut icon" type="image/ico" href="favicon.ico?v=3" />
|
26 | 53 | <!--suppress HtmlUnknownTarget -->
|
27 | 54 | <link rel="manifest" href="icons/site.webmanifest?v=3" />
|
28 | 55 | <!--suppress HtmlUnknownTarget -->
|
29 |
| - <link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=3" color="#2b5797" /> |
| 56 | + <link |
| 57 | + rel="mask-icon" |
| 58 | + href="icons/safari-pinned-tab.svg?v=3" |
| 59 | + color="#2b5797" |
| 60 | + /> |
30 | 61 | <meta name="msapplication-TileColor" content="#ffffff" />
|
31 |
| - <meta name="msapplication-TileImage" content="icons/mstile-144x144.png?v=3" /> |
| 62 | + <meta |
| 63 | + name="msapplication-TileImage" |
| 64 | + content="icons/mstile-144x144.png?v=3" |
| 65 | + /> |
32 | 66 | <meta name="msapplication-config" content="icons/browserconfig.xml?v=3" />
|
33 | 67 | <meta name="theme-color" content="#ffffff" />
|
34 | 68 |
|
35 | 69 | <link rel="preconnect" href="https://fonts.googleapis.com" />
|
36 | 70 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
37 |
| - <link href="https://fonts.googleapis.com/css2?family=Itim&display=swap" rel="stylesheet" /> |
| 71 | + <link |
| 72 | + href="https://fonts.googleapis.com/css2?family=Itim&display=swap" |
| 73 | + rel="stylesheet" |
| 74 | + /> |
38 | 75 | <link href="font/custom-icons.css" rel="stylesheet" />
|
39 | 76 | </head>
|
40 | 77 | <body class="body--dark">
|
|
0 commit comments