Logo Branding

This commit is contained in:
2026-07-01 19:50:34 +10:00
parent b12a6e4fd9
commit d1b50e2f1a
17 changed files with 5458 additions and 7 deletions
+9
View File
@@ -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