Skip to content

Commit

Permalink
Merge pull request #158 from skalenetwork/update-preview-img
Browse files Browse the repository at this point in the history
Add twitter card meta
  • Loading branch information
dmytrotkk authored Nov 15, 2023
2 parents 2210585 + 28d6e7f commit e4e07db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<meta property="og:description"
content="The SKALE Portal is designed to enhance your interaction with the SKALE Blockchain Network, providing a single website to bridge to SKALE, connect to different chains, and view SKALE statistics." />
<meta property="og:image" content="https://portal.skale.space/portal.png" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SKALE Portal - The Entry Point to the SKALE Blockchain">
<meta name="twitter:description" content="The SKALE Portal is designed to enhance your interaction with the SKALE Blockchain Network, providing a single website to bridge to SKALE, connect to different chains, and view SKALE statistics.">
<meta name="twitter:image" content="https://portal.skale.space/portal.png">

</head>

<body>
Expand Down

0 comments on commit e4e07db

Please sign in to comment.