mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
favicon added
This commit is contained in:
BIN
public/img/apple_touch_icon.png
Normal file
BIN
public/img/apple_touch_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
2
public/img/favicon.svg
Normal file
2
public/img/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/apple_touch_icon.png') }}"/>
|
||||
<link rel="icon" href="{{ asset('img/favicon.svg') }}"/>
|
||||
<!-- Fonts -->
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/apple_touch_icon.png') }}"/>
|
||||
<link rel="icon" href="{{ asset('img/favicon.svg') }}"/>
|
||||
<!-- Fonts -->
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
|
||||
Reference in New Issue
Block a user