Skip to content

Commit

Permalink
add twitter tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezi committed Mar 19, 2024
1 parent adc1c1b commit 92eae94
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/aoWebWallet/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
<meta name="description" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings.">
<meta property="og:title" content="aoWebWallet">
<meta property="og:description" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings.">
<meta property="og:image" content="https://aoww.net/images/social.jpg">
<meta property="og:image" content="https://aoww.net/images/social.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings.e">
<meta property="og:image:alt" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings.">
<meta name="twitter:title" content="aoWebWallet" />
<meta name="twitter:description" content="Manage your digital assets securely with the AO Web Wallet. Easily send, receive, and track your AO Arweave tokens holdings." />
<meta name="twitter:image" content="https://aoww.net/images/social.jpg" />
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
Expand Down

0 comments on commit 92eae94

Please sign in to comment.