first commit

This commit is contained in:
2025-05-30 02:01:51 -06:00
commit de9c2dea79
95 changed files with 10760 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="{{ session()->get('locale') ?? app()->getLocale() }}"
data-base-url="{{ url('/') . '/' }}"
data-template="{{ $_layout['template'] }}"
prefix="og: http://ogp.me/ns#">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
@include('vuexy-website-admin::layouts.base.header')
@include('vuexy-website-layout-simple-koneko::layouts.landwind.partials.styles')
</head>
<body>
@yield('header')
@yield('content')
@yield('footer')
@include('vuexy-website-layout-simple-koneko::layouts.landwind.partials.scripts')
</body>
</html>