21 lines
607 B
Plaintext
21 lines
607 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>
|
|
|
|
<script defer data-domain="justin-leroy.fr" src="https://plausible.justin-leroy.fr/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js"></script>
|
|
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
|
|
|
@vite(['inertia/app/app.ts', `inertia/pages/${page.component}.vue`])
|
|
@inertiaHead()
|
|
</head>
|
|
|
|
<body>
|
|
@inertia()
|
|
</body>
|
|
|
|
</html> |