Files
931ff502-03db-48d1-9164-2cc…/index.html
vitalijmulika 2e1a8a5b2c Initial commit
2026-04-23 17:53:48 +03:00

19 lines
1000 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>Brew &amp; Bean | Artisan Coffee Shop</title>
<meta property="og:title" content="Brew &amp; Bean | Artisan Coffee Shop" />
<meta name="twitter:title" content="Brew &amp; Bean | Artisan Coffee Shop" />
<meta name="description" content="Cozy, artisan coffee shop serving community members the freshest roasts in a welcoming atmosphere." />
<meta property="og:description" content="Cozy, artisan coffee shop serving community members the freshest roasts in a welcoming atmosphere." />
<meta name="twitter:description" content="Cozy, artisan coffee shop serving community members the freshest roasts in a welcoming atmosphere." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>