This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
little-lemon/index.html
2023-07-29 15:59:10 -04:00

24 lines
678 B
HTML

<!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>