mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added Twitter and Facebook meta tags.
This commit is contained in:
parent
d1caa7ee4f
commit
09c9885336
1 changed files with 9 additions and 2 deletions
11
index.html
11
index.html
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<title>Diceware Web App by dmuth</title>
|
||||
<title>Diceware: Created Secure Passwords You Can Actually Remember!</title>
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
@ -21,10 +21,17 @@
|
|||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<meta property="og:title" content="Diceware by Douglas Muth" />
|
||||
<meta property="og:title" content="Diceware: Generate Secure Passwords You Can Actually Remember!" />
|
||||
<meta property="og:url" content="https://www.dmuth.org/diceware/" />
|
||||
<meta property="og:image" content="https://www.dmuth.org/diceware/dice.jpg" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@dmuth" />
|
||||
<meta name="twitter:url" content="https://www.dmuth.org/diceware/" />
|
||||
<meta name="twitter:title" content="Diceware: Generate Secure Passwords You Can Actually Remember!" />
|
||||
<meta name="twitter:description" content="Diceware is a password generator which creats passwords based on dicerolls keyed to a set of words." />
|
||||
<meta name="twitter:image" content="https://www.dmuth.org/diceware/dice.jpg" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue