Jade-Infra-test / index.html
rushiljain's picture
Create index.html
bf7f6b5 verified
Raw
History Blame Contribute Delete
1.26 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<title>Jade Infra — Building Tomorrow</title>
<meta
name="description"
content="Jade Infra delivers high‑quality residential and commercial construction with integrity and trust."
/>
<meta property="og:title" content="Jade Infra — Building Tomorrow" />
<meta
property="og:description"
content="Residential and commercial projects delivered with quality and trust."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="REPLACE_ME_SITE_URL <!-- TODO: replace -->" />
<meta property="og:image" content="/assets/og-image.jpg <!-- TODO: replace -->" />
<meta name="theme-color" content="#007746" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta name="robots" content="index,follow" />
</head>
<body class="bg-white text-ink">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>