You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
635 B
9 lines
635 B
<link rel="manifest" href="{{ asset('manifest.webmanifest') }}"> |
|
<meta name="theme-color" content="#020617" media="(prefers-color-scheme: dark)"> |
|
<meta name="theme-color" content="#f1f5f9" media="(prefers-color-scheme: light)"> |
|
<meta name="mobile-web-app-capable" content="yes"> |
|
<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="{{ config('app.name') }}"> |
|
<link rel="icon" type="image/svg+xml" href="{{ asset('icons/icon.svg') }}"> |
|
<link rel="apple-touch-icon" href="{{ asset('icons/icon.svg') }}">
|
|
|