-
Notifications
You must be signed in to change notification settings - Fork 100
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
Jayu1214
committed
Oct 24, 2023
1 parent
0881afe
commit de1e936
Showing
1 changed file
with
21 additions
and
18 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 |
---|---|---|
|
@@ -5,31 +5,34 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="./index.css" /> | ||
|
||
|
||
<!-- Add reference to a CSS framework like Tailwind CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css"> | ||
|
||
<link | ||
rel="shortcut icon" | ||
href="/src/assets/logo.png" | ||
type="image/x-icon" | ||
/> | ||
|
||
<!-- HTML Meta Tags --> | ||
<title>Hungry Hero</title> | ||
<meta name="description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger."> | ||
|
||
<!-- Open Graphs Meta Tags --> | ||
<meta property="og:url" content="https://hungry-hero-ag.netlify.app/"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Hungry Hero"> | ||
<meta property="og:description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger."> | ||
<meta property="og:image" content="https://hungry-hero-ag.netlify.app/logo.57dfec69.png"> | ||
<!-- HTML Meta Tags --> | ||
<title>Hungry Hero</title> | ||
<meta name="description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger." /> | ||
|
||
<!-- Open Graph Meta Tags --> | ||
<meta property="og:url" content="https://hungry-hero-ag.netlify.app/" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Hungry Hero" /> | ||
<meta property="og:description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger." /> | ||
<meta property="og:image" content="https://hungry-hero-ag.netlify.app/logo.57dfec69.png" /> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:domain" content="hungry-hero-ag.netlify.app"> | ||
<meta property="twitter:url" content="https://hungry-hero-ag.netlify.app/"> | ||
<meta name="twitter:title" content="Hungry Hero"> | ||
<meta name="twitter:description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger."> | ||
<meta name="twitter:image" content="https://hungry-hero-ag.netlify.app/logo.57dfec69.png"> | ||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:domain" content="hungry-hero-ag.netlify.app" /> | ||
<meta property="twitter:url" content="https://hungry-hero-ag.netlify.app/" /> | ||
<meta name="twitter:title" content="Hungry Hero" /> | ||
<meta name="twitter:description" content="Hungry Hero is your ultimate guide to finding the best restaurants near you. Hungry Hero is the only website you need to satisfy your hunger." /> | ||
<meta name="twitter:image" content="https://hungry-hero-ag.netlify.app/logo.57dfec69.png" /> | ||
|
||
<script src="https://cdn.tailwindcss.com"></script> | ||
</head> | ||
|