Files
pc_builder/resources/views/inertia_layout.edge
T
2026-06-28 10:41:51 +02:00

20 lines
309 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title inertia>
AdonisJS
</title>
@vite(['inertia/app.ts'])
@inertiaHead()
@stack('dumper')
</head>
<body>
@inertia()
</body>
</html>