Added favicon

This commit is contained in:
Chris Kankiewicz
2020-01-04 01:19:58 -07:00
parent a94acf24ec
commit 81097e936c
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -3,6 +3,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="{{ asset('app.js') }}" defer></script>
<link rel="icon" href="/app/resources/images/favicon.{{ config('dark_mode') ? 'dark' : 'light' }}.png">
<link rel="stylesheet" href="{{ asset('app.css') }}">
<title>Directory Lister</title>