first commit

This commit is contained in:
“dongming”
2026-01-21 16:08:49 +08:00
commit ea72dd0c3c
57 changed files with 11884 additions and 0 deletions

43
index.html Normal file
View File

@@ -0,0 +1,43 @@
<!doctype html>
<html lang="th">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xiang Hunan Kitchen | อาหารหูหนานแท้ในไทย</title>
<meta
name="description"
content="ร้านอาหารหูหนาน (湘菜) รสจัด กลิ่นหอมพริกแห้ง วัตถุดิบคุณภาพ เมนูซิกเนเจอร์ และโปรโมชั่นประจำสัปดาห์"
/>
<meta name="robots" content="index,follow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Xiang Hunan Kitchen" />
<meta
property="og:description"
content="อาหารหูหนานแท้ในไทย เมนูซิกเนเจอร์ เผ็ดหอมกลมกล่อม"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "Xiang Hunan Kitchen",
"servesCuisine": ["Hunan", "Chinese"],
"priceRange": "฿฿",
"address": {
"@type": "PostalAddress",
"streetAddress": "(กรอกที่อยู่)",
"addressLocality": "Bangkok",
"addressCountry": "TH"
},
"telephone": "+66 00 000 0000"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>