aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-03 18:39:11 +0100
committerFrankie B <git@diskfloppy.me>2023-07-03 18:39:11 +0100
commit1c3408735446569dfcfdb8bc381ebf7e6385b35d (patch)
tree08480fd6b64ebe48275155fef6399ab3441e6640 /resources
parent06d7f9b38753beca86d55cfffbc5bb8ca3c41781 (diff)
Update favicon
Diffstat (limited to 'resources')
-rw-r--r--resources/views/includes/head.blade.php2
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>