|
|
@@ -13,9 +13,13 @@
|
|
|
<meta name="description" content="">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
|
- <link rel="apple-touch-icon" href="icon.png">
|
|
|
- <!-- Place favicon.ico in the root directory -->
|
|
|
-
|
|
|
+ <link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
|
|
|
+ <link rel="apple-touch-icon" href="assets/img/icon-192x192.png">
|
|
|
+
|
|
|
+ <link name="msapplication-TileImage" content="assets/img/tile-558x558.png">
|
|
|
+ <link name="msapplication-TileImage" content="assets/img/tile-wide-558x270.png">
|
|
|
+ <link name="msapplication-TileColor" content="#fff">
|
|
|
+
|
|
|
<link href="assets/js/aos/aos.css" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="assets/css/style.css?v=<?php echo $assets_version ?>">
|
|
|
</head>
|