first commit
This commit is contained in:
commit
3d8c60ee00
41 changed files with 2836 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/images/Asset 9@4x.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Little Lemon</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="The official website for the restaurant Little Lemon."
|
||||
/>
|
||||
|
||||
<meta name="title" content="Little Lemon" />
|
||||
<meta
|
||||
name="og:description"
|
||||
content="The official website for the restaurant Little Lemon."
|
||||
/>
|
||||
<meta name="image" content="/images/Asset 9@4x.png" />
|
||||
</head>
|
||||
<body>
|
||||
<section id="root"></section>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue