19 lines
1012 B
HTML
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>
|