Skip to content

Commit

Permalink
chore: add extra definitions for meta tags on index.html :)
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Apr 23, 2024
1 parent 540a988 commit c6ca59b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap"
Expand All @@ -15,6 +16,15 @@
/>
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" />
<title>Decentraland DAO</title>
<meta name="description" content="The governance hub for Decentraland. Create and vote on proposals that help shape the future of the metaverse." />
<meta property="og:title" content="Decentraland DAO" >
<meta property="og:description" content="The governance hub for Decentraland. Create and vote on proposals that help shape the future of the metaverse."/>
<meta property="og:image" content="https://decentraland.org/images/decentraland.png" >
<meta property="twitter:title" content="Decentraland DAO" >
<meta property="twitter:description" content="The governance hub for Decentraland. Create and vote on proposals that help shape the future of the metaverse." >
<meta property="twitter:image" content="https://decentraland.org/images/decentraland.png" >
<meta property="twitter:card" content="summary" >
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit c6ca59b

Please sign in to comment.