diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..79d09bb Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..e9cf01f Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..b8bbe5e Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..3054a7b Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..b4c1b15 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index e69de29..5c79e6e 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 777c35f..32a5388 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -6,7 +6,10 @@ @yield('title') | {{ config('app.name', 'Laravel') }} - + + + + @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') diff --git a/resources/views/auth/forgot.blade.php b/resources/views/auth/forgot.blade.php index e523fb2..52955a3 100644 --- a/resources/views/auth/forgot.blade.php +++ b/resources/views/auth/forgot.blade.php @@ -13,7 +13,7 @@
- Guest Book + Guest Book {{ __('Find your account') }} diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 0ed1900..d8ab847 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -13,7 +13,7 @@
- Guest Book + Guest Book {{ __('Login to your account') }} diff --git a/resources/views/auth/reset.blade.php b/resources/views/auth/reset.blade.php index 88847e2..b13da11 100644 --- a/resources/views/auth/reset.blade.php +++ b/resources/views/auth/reset.blade.php @@ -13,7 +13,7 @@
- Guest Book + Guest Book {{ __('Reset your password') }}