Files
f4ca9485-9908-4eee-a3ce-7c5…/index.html
kudinDmitriyUp fc0ce0bf6f Initial commit
2026-04-24 14:59:23 +00:00

19 lines
976 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bean &amp; Brew | Your Local Coffee Shop</title>
<meta property="og:title" content="Bean &amp; Brew | Your Local Coffee Shop" />
<meta name="twitter:title" content="Bean &amp; Brew | Your Local Coffee Shop" />
<meta name="description" content="Experience hand-crafted, ethically sourced artisanal coffee in a warm, welcoming space." />
<meta property="og:description" content="Experience hand-crafted, ethically sourced artisanal coffee in a warm, welcoming space." />
<meta name="twitter:description" content="Experience hand-crafted, ethically sourced artisanal coffee in a warm, welcoming space." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>