-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.14 KB
/
Copy pathindex.html
File metadata and controls
26 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#5C3D1E" />
<title>Rustic Heritage Kitchenware — Handcrafted Traditional Cookware</title>
<meta name="description" content="Preserving the art of traditional Indian cooking through authentic, handcrafted kitchenware sourced directly from Indian artisans." />
<link
rel="icon"
type="image/svg+xml"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23ffffff' stroke='%23C49A6C' stroke-width='3'/%3E%3Ctext x='32' y='44' text-anchor='middle' font-size='34'%3E%F0%9F%8F%BA%3C/text%3E%3C/svg%3E"
/>
<meta property="og:site_name" content="Rustic Heritage Kitchenware" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>