mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔄 Update community and service localization strings 📝 Include new UI labels and placeholders for service management features
20 lines
601 B
PHP
20 lines
601 B
PHP
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
@hasSection('meta')
|
|
@yield('meta')
|
|
@else
|
|
{!! seo($SEOData) !!}
|
|
@endif
|
|
|
|
<link rel="apple-touch-icon" href="/img/apple_touch_icon.png"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
|
@googlefonts
|
|
|
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
|
@fluxAppearance
|