-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover" | ||
/> | ||
<title>Gnocchi</title> | ||
<meta name="description" content="Your grocery list, done better" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" /> | ||
<link rel="mask-icon" href="/mask-icon.svg" color="#ffffff" /> | ||
<meta name="theme-color" content="#fdfdff" /> | ||
<meta charset="utf-8" /> | ||
<meta property="og:image" content="/og-image.png" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="630" /> | ||
<meta | ||
property="og:image:alt" | ||
content="A screenshot of a grocery list app transposed over a frying pan with various produce floating above it" | ||
/> | ||
<meta property="og:title" content="Gnocchi" /> | ||
<meta property="og:description" content="Your grocery list, done better" /> | ||
<meta property="og:url" content="https://gnocchi.club" /> | ||
<meta property="og:site_name" content="Gnocchi" /> | ||
<head> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover" | ||
/> | ||
<title>Gnocchi</title> | ||
<meta name="description" content="Your grocery list, done better" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" /> | ||
<link rel="mask-icon" href="/mask-icon.svg" color="#ffffff" /> | ||
<meta name="theme-color" content="#fdfdff" /> | ||
<meta charset="utf-8" /> | ||
<meta property="og:image" content="/og-image.png" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="630" /> | ||
<meta | ||
property="og:image:alt" | ||
content="A screenshot of a grocery list app transposed over a frying pan with various produce floating above it" | ||
/> | ||
<meta property="og:title" content="Gnocchi" /> | ||
<meta property="og:description" content="Your grocery list, done better" /> | ||
<meta property="og:url" content="https://gnocchi.biscuits.club" /> | ||
<meta property="og:site_name" content="Gnocchi" /> | ||
|
||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta | ||
name="twitter:image:alt" | ||
content="A screenshot of a grocery list app transposed over a frying pan with various produce floating above it" | ||
/> | ||
<meta name="twitter:title" content="Gnocchi" /> | ||
<meta name="twitter:description" content="Your grocery list, done better" /> | ||
<meta name="twitter:image" content="https://gnocchi.club/og-image.png" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
</head> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta | ||
name="twitter:image:alt" | ||
content="A screenshot of a grocery list app transposed over a frying pan with various produce floating above it" | ||
/> | ||
<meta name="twitter:title" content="Gnocchi" /> | ||
<meta name="twitter:description" content="Your grocery list, done better" /> | ||
<meta | ||
name="twitter:image" | ||
content="https://gnocchi.biscuits.club/og-image.png" | ||
/> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
</head> | ||
|
||
<body className="theme-lemon"> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
<body className="theme-lemon"> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters