Skip to content

Commit

Permalink
feat: meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
honeymaro committed Jan 26, 2023
1 parent b83bb9c commit aa9be1d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,45 @@
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/android-icon-144x144.png" />
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#ffffff" />

<title>Dezswap | The most decentralized trading protocol for Web3</title>
<meta
name="title"
content="Dezswap | The most decentralized trading protocol for Web3"
/>
<meta
name="description"
content="Sassy Dez brought the no.1 DEX to the XPLA Chain. Dezswap helps your painless DeFi life!"
/>

<meta property="og:type" content="website" />
<meta property="og:url" content="https://app.dezswap.io" />
<meta
property="og:title"
content="Dezswap | The most decentralized trading protocol for Web3"
/>
<meta
property="og:description"
content="Sassy Dez brought the no.1 DEX to the XPLA Chain. Dezswap helps your painless DeFi life!"
/>
<meta property="og:image" content="https://app.dezswap.io/dezswap.jpg" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://app.dezswap.io" />
<meta
property="twitter:title"
content="Dezswap | The most decentralized trading protocol for Web3"
/>
<meta
property="twitter:description"
content="Sassy Dez brought the no.1 DEX to the XPLA Chain. Dezswap helps your painless DeFi life!"
/>
<meta
property="twitter:image"
content="https://app.dezswap.io/dezswap.jpg"
/>

<title>Dezswap</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
Binary file added public/dezswap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa9be1d

Please sign in to comment.