coolify/resources/views/app.blade.php

13 lines
303 B
PHP
Raw Permalink Normal View History

2026-03-04 16:15:42 +00:00
<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')
@inertiaHead
</head>
<body>
@inertia
</body>
2025-04-22 19:07:24 +00:00
</html>