mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title inertia>MyLinks</title>
|
|
|
|
@viteReactRefresh()
|
|
@inertiaHead()
|
|
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])
|
|
</head>
|
|
|
|
<body>
|
|
@inertia()
|
|
</body>
|
|
|
|
</html>
|