reserva_chatmotel/_poc-reference/hotel-1001-noites-prime---reserva/index.html

53 lines
1.8 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reserva Hotel 1001 Noites Prime</title>
<style>
/* Minimal body styling for better appearance */
body {
font-family: 'Inter', sans-serif;
}
/* Add a subtle background to the body */
html, body {
height: 100%;
margin: 0;
}
/* Smooth scrolling */
html {
scroll-behavior: smooth;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@19.1.0",
"react/jsx-runtime": "https://esm.sh/react@19.1.0/jsx-runtime",
"react/jsx-dev-runtime": "https://esm.sh/react@19.1.0/jsx-dev-runtime",
"react-dom/client": "https://esm.sh/react-dom@19.1.0/client",
"@radix-ui/react-slot": "https://esm.sh/@radix-ui/react-slot@1.0.2",
"class-variance-authority": "https://esm.sh/class-variance-authority@0.7.0",
"canvas-confetti": "https://esm.sh/canvas-confetti@1.9.3",
"clsx": "https://esm.sh/clsx@2.1.1",
"tailwind-merge": "https://esm.sh/tailwind-merge@2.4.0",
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.45.0",
"react-dom/": "https://esm.sh/react-dom@^19.1.0/",
"react/": "https://esm.sh/react@^19.1.0/"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>