-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 1.15 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
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/public/little_lemon.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Little Lemon is a restaurant offering a variety of delicious dishes including steaks, cakes, and more. Discover our menu and book a table online.">
<meta name="keywords" content="restaurant, Little Lemon, steak, cake, online booking">
<meta name="author" content="Little Lemon Team">
<meta property="og:title" content="Little Lemon">
<meta property="og:description" content="Discover Little Lemon, a top-notch restaurant serving exquisite dishes.">
<meta property="og:image" content="/public/little_lemon.png">
<meta property="og:url" content="https://www.yourwebsite.com">
<meta property="og:type" content="website">
<title>Little Lemon</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>