-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 2.48 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 2.48 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RestoOne – One Page React Template for Restaurants, Cafes & Food Brands</title>
<meta name="description"
content="One-page React template for restaurants, cafes, and food brands – built with Tailwind CSS & Vite." />
<meta name="author" content="Themixly Web" />
<meta name="keywords"
content="React restaurant website template, one-page food website, cafe website template, Tailwind CSS react template, responsive restaurant UI kit, vite restaurant template, modern react food theme, SEO optimized food landing page, React 19 web template, fast-loading react UI" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="RestoOne – One Page React Template for Restaurants, Cafes & Food Brands" />
<meta property="og:description"
content="One-page React template for restaurants, cafes, and food brands – built with Tailwind CSS & Vite." />
<meta property="og:type" content="website" />
<meta property="og:image"
content="https://themixly.com/wp-content/uploads/2025/06/RestoOne-Product-Detail-Image1-scaled.png" />
<meta property="og:url" content="https://themixly.com/themes/react-restaurant-cafe-one-page-template/" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@restoone_template" />
<meta name="twitter:title" content="RestoOne – One Page React Template for Restaurants, Cafes & Food Brands" />
<meta name="twitter:description"
content="Tailwind & React-based single-page website template for cafes, food brands, and restaurants." />
<meta name="twitter:image"
content="https://themixly.com/wp-content/uploads/2025/06/RestoOne-Product-Detail-Image1-scaled.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<!-- Preconnect to Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>