Files
gujurly.com/resources/views/web/layouts/favicons.blade.php
2025-07-26 13:25:50 +05:00

7 lines
414 B
PHP

<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Gujurly" />
<link rel="manifest" href="/favicon/site.webmanifest" />