diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-03 18:39:11 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-03 18:39:11 +0100 |
commit | 1c3408735446569dfcfdb8bc381ebf7e6385b35d (patch) | |
tree | 08480fd6b64ebe48275155fef6399ab3441e6640 /resources/views/includes/head.blade.php | |
parent | 06d7f9b38753beca86d55cfffbc5bb8ca3c41781 (diff) |
Update favicon
Diffstat (limited to 'resources/views/includes/head.blade.php')
-rw-r--r-- | resources/views/includes/head.blade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/includes/head.blade.php b/resources/views/includes/head.blade.php index ed4f29e..cff286e 100644 --- a/resources/views/includes/head.blade.php +++ b/resources/views/includes/head.blade.php @@ -4,6 +4,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#333333"> <link rel="stylesheet" href="{{ URL::asset ('css/dark.css') }}"/> + <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32"/> + <link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16"/> <!-- Page-specific --> <title>~floppydisk / @yield('title')</title> |