Files
7e0ca474-ea52-43dd-ad2e-c17…/index.html
kudinDmitriyUp 9eb7c17560 Initial commit
2026-04-17 15:59:54 +00:00

19 lines
1012 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>Artisan Bakery | Freshly Baked Goods Daily</title>
<meta property="og:title" content="Artisan Bakery | Freshly Baked Goods Daily" />
<meta name="twitter:title" content="Artisan Bakery | Freshly Baked Goods Daily" />
<meta name="description" content="Local artisan bakery serving fresh sourdough, pastries, and handcrafted treats in your community." />
<meta property="og:description" content="Local artisan bakery serving fresh sourdough, pastries, and handcrafted treats in your community." />
<meta name="twitter:description" content="Local artisan bakery serving fresh sourdough, pastries, and handcrafted treats in your community." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>