Files
moonwell-web/resources/views/app.blade.php
T
2026-07-26 03:18:36 +04:00

14 lines
397 B
PHP

<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}">
@vite('resources/js/app.js')
<x-inertia::head />
</head>
<body>
<x-inertia::app />
@include('partials.yandex-metrika')
</body>
</html>