Update favicon

This commit is contained in:
floppydiskette 2023-07-03 18:39:11 +01:00
parent 06d7f9b387
commit 1c34087354
No known key found for this signature in database
4 changed files with 2 additions and 0 deletions

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -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>