mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
24 lines
698 B
Plaintext
24 lines
698 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192x192.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180x180.png">
|
|
|
|
<title inertia>Project N.O.M.A.D</title>
|
|
|
|
@stack('dumper')
|
|
@viteReactRefresh()
|
|
@inertiaHead()
|
|
@vite(['inertia/app/app.tsx', `inertia/pages/${page.component}.tsx`])
|
|
</head>
|
|
|
|
<body class="min-h-screen w-screen font-sans">
|
|
@inertia()
|
|
</body>
|
|
|
|
</html> |