-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 2.03 KB
/
index.html
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/images/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/images/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Immerse yourself in the essence of Japan with Sushise, offering authentic Japanese cuisine crafted with traditional techniques and premium ingredients for an unforgettable dining experience."
/>
<meta
name="keywords"
content="Sushise, Japanese Cuisine, Authentic Sushi, Traditional Japanese Food, Book a Table, Premium Ingredients, Japanese Dining"
/>
<meta name="author" content="Sushise Team" />
<meta property="og:title" content="Sushise | Authentic Japanese Cuisine" />
<meta
property="og:description"
content="Experience the true taste of Japan with Sushise. Enjoy premium sushi and authentic Japanese dishes crafted with care."
/>
<meta property="og:image" content="/assets/images/og-image.jpg" />
<meta property="og:url" content="https://yourwebsite.com" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sushise | Authentic Japanese Cuisine" />
<meta
name="twitter:description"
content="Taste authentic Japanese cuisine with Sushise. Premium ingredients, traditional techniques, unforgettable experience."
/>
<meta name="twitter:image" content="/assets/images/twitter-image.jpg" />
<title>Sushise | Authentic Japanese Cuisine</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>