Files
justin-leroy.fr/resources/views/inertia_layout.edge
justin 2edc38615e
All checks were successful
Docker Version Check / check-docker (push) Successful in 15s
test build container
2025-09-21 18:57:47 +02:00

18 lines
300 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title inertia>Justin LEROY</title>
@vite(['inertia/app/app.ts', `inertia/pages/${page.component}.vue`])
@inertiaHead()
</head>
<body>
@inertia()
</body>
</html>