Commit a4d0dbe376b06cd952ba681f4c5e68509bdb5ff4

Authored by Lex
1 parent af4ab46e

adedd icon to landing page

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/views/landing/view.php
... ... @@ -19,6 +19,7 @@
19 19 <link rel="preconnect" href="https://fonts.googleapis.com">
20 20 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21 21 <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet">
  22 + <link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico">
22 23 <title><?=$seo->title; ?></title>
23 24 </head>
24 25 <body>
... ...