Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made changes in the index.html #278

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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