mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
24 lines
519 B
Plaintext
24 lines
519 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link
|
|
href='https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap'
|
|
rel='stylesheet'
|
|
/>
|
|
|
|
<title inertia>MyLinks</title>
|
|
|
|
@inertiaHead()
|
|
@viteReactRefresh()
|
|
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])
|
|
</head>
|
|
|
|
<body>
|
|
@inertia()
|
|
</body>
|
|
|
|
</html>
|