Files

13 lines
320 B
PHP

<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
@vite('resources/js/app.ts')
<x-inertia::head />
</head>
<body>
<x-inertia::app />
</body>
</html>