Logo Branding
This commit is contained in:
@@ -8,8 +8,17 @@
|
||||
<title inertia>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="{{ asset('img/favicons/favicon.png') }}">
|
||||
<!-- Fonts -->
|
||||
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
|
||||
<!-- Apple Touch Icons -->
|
||||
<link rel="apple-touch-icon" href="/img/app_icons/apple-touch-icon-180.png-">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="apple-mobile-web-app-title" content="FlightsGoneBy">
|
||||
<meta name="theme-color" content="#020d29">
|
||||
<link rel="manifest" href="/build/manifest.webmanifest">
|
||||
|
||||
|
||||
<!-- Scripts -->
|
||||
@routes
|
||||
|
||||
Reference in New Issue
Block a user