mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
12 lines
303 B
PHP
12 lines
303 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')
|
|
@inertiaHead
|
|
</head>
|
|
<body>
|
|
@inertia
|
|
</body>
|
|
</html>
|