Browse Source

Merge pull request #2 from lukechilds/twitter-card

Add Twitter card details
pull/3/head
Luke Childs 6 years ago
committed by GitHub
parent
commit
3460110607
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      website/index.html

4
website/index.html

@ -4,6 +4,10 @@
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Dank mnemonic seed phrases."/>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="twitter:card" value="summary">
<meta property="og:title" content="Doge Seed" />
<meta property="og:description" content="Dank mnemonic seed phrases." />
<meta property="og:image" content="favicon.png" />
</head>
<body>
<header class="header">

Loading…
Cancel
Save