Skip to content

Commit

Permalink
Made changes in the index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayu1214 committed Oct 24, 2023
1 parent 0881afe commit de1e936
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit de1e936

Please sign in to comment.