mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-24 23:40:16 -05:00
13 lines
320 B
PHP
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>
|