Browse Source

Add Twitter card details

pull/2/head
Luke Childs 6 years ago
parent
commit
fa3d5772cb
  1. 4
      website/index.html

4
website/index.html

@ -4,6 +4,10 @@
<link rel="shortcut icon" href="favicon.png"> <link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Dank mnemonic seed phrases."/> <meta name="description" content="Dank mnemonic seed phrases."/>
<link rel="stylesheet" type="text/css" href="style.css"> <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> </head>
<body> <body>
<header class="header"> <header class="header">

Loading…
Cancel
Save