Skip to content

Commit

Permalink
Auto-format code using Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 5, 2024
1 parent 538af12 commit 5cd722a
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,38 @@
<head>
<!-- Meta tags -->
<meta charset="utf-8" />
<meta name="title" content="KrishiConnect">
<meta name='target' content='all'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Anushka Bhandari">
<meta name="title" content="KrishiConnect" />
<meta name="target" content="all" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="Anushka Bhandari" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="KrishiConnect is an online platform connecting consumers with local farmers to deliver fresh, organic produce directly to their tables. The site emphasizes farm-to-table freshness, sustainable farming practices, and quick delivery within 24 hours. It features a variety of products including vegetables, fruits, and herbs, with a focus on quality and convenience. " />
<meta name="keywords"
content="KrishiConnect, farm-to-table, fresh produce, organic vegetables, local farmers, sustainable farming, direct delivery, fresh fruits, herbs, farm produce, quality produce, quick delivery, no middlemen, fair compensation, online marketplace, fresh food delivery, organic farming, local produce, healthy eating, food sustainability." />
<meta name="URL" content="https://krishiconnect-mu.vercel.app/">
<meta name="identifier-URL" content="https://krishiconnect-mu.vercel.app/">
<meta
name="description"
content="KrishiConnect is an online platform connecting consumers with local farmers to deliver fresh, organic produce directly to their tables. The site emphasizes farm-to-table freshness, sustainable farming practices, and quick delivery within 24 hours. It features a variety of products including vegetables, fruits, and herbs, with a focus on quality and convenience. "
/>
<meta
name="keywords"
content="KrishiConnect, farm-to-table, fresh produce, organic vegetables, local farmers, sustainable farming, direct delivery, fresh fruits, herbs, farm produce, quality produce, quick delivery, no middlemen, fair compensation, online marketplace, fresh food delivery, organic farming, local produce, healthy eating, food sustainability."
/>
<meta name="URL" content="https://krishiconnect-mu.vercel.app/" />
<meta
name="identifier-URL"
content="https://krishiconnect-mu.vercel.app/"
/>
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />

<!-- Open Graph -->
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://krishiconnect-mu.vercel.app/" />
<meta property="og:title" content="KrishiConnect" />
<meta property="og:description"
content="KrishiConnect is an online platform connecting consumers with local farmers to deliver fresh, organic produce directly to their tables. The site emphasizes farm-to-table freshness, sustainable farming practices, and quick delivery within 24 hours. It features a variety of products including vegetables, fruits, and herbs, with a focus on quality and convenience." />

<meta
property="og:description"
content="KrishiConnect is an online platform connecting consumers with local farmers to deliver fresh, organic produce directly to their tables. The site emphasizes farm-to-table freshness, sustainable farming practices, and quick delivery within 24 hours. It features a variety of products including vegetables, fruits, and herbs, with a focus on quality and convenience."
/>

<title>KrishiConnect</title>
<link rel="icon" type="image/png" href="/assets/img/logo/log.png" />
<link
Expand Down

0 comments on commit 5cd722a

Please sign in to comment.