Skip to content

Commit

Permalink
create new build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokoth committed Jan 29, 2024
1 parent 3cfc2ad commit 1090521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
34 changes: 1 addition & 33 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="stylesheet" src="/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta
name="description"
content="little lemon capstone project"
/>
<meta name="og:title" content="Little Lemon | Chicago" />

<meta name="og:description" content="A Mediterranean restaurant that sells traditional recipes" />
<meta name="og:image" content=""/>
<meta name="og:url" content="https://lyokoth.github.io/meta-front-end-capstone/" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>Little Lemon Capstone</title>
</head>
<body>

<div id="root"></div>
<script src="./App.js"></script>

</body>
</html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/meta-front-end-capstone/favicon.ico"/><link rel="stylesheet" src="/index.css"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="little lemon capstone project"/><meta name="og:title" content="Little Lemon | Chicago"/><meta name="og:description" content="A Mediterranean restaurant that sells traditional recipes"/><meta name="og:image" content=""/><meta name="og:url" content="https://lyokoth.github.io/meta-front-end-capstone/"/><link rel="apple-touch-icon" href="/meta-front-end-capstone/logo192.png"/><link rel="manifest" href="/meta-front-end-capstone/manifest.json"/><title>Little Lemon Capstone</title><script defer="defer" src="/meta-front-end-capstone/static/js/main.341258c4.js"></script><link href="/meta-front-end-capstone/static/css/main.cc286365.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<body>

<div id="root"></div>
<script src="./App.js"></script>


</body>
</html>

0 comments on commit 1090521

Please sign in to comment.