18 lines
300 B
Plaintext
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> |