mirror of
https://github.com/dmuth/diceware.git
synced 2024-12-03 11:55:21 -05:00
Fix path to dice.jpg
This commit is contained in:
parent
76cee7a579
commit
4d9a046e49
1 changed files with 2 additions and 2 deletions
|
@ -24,14 +24,14 @@
|
|||
<meta property="og:title" content="Diceware: Generate Secure Passwords You Can Actually Remember!" />
|
||||
<meta property="og:description" content="Diceware is a password generator which creates passwords based on dicerolls keyed to a set of words." />
|
||||
<meta property="og:url" content="https://diceware.dmuth.org/" />
|
||||
<meta property="og:image" content="https://diceware.dmuth.org/dice.jpg" />
|
||||
<meta property="og:image" content="https://diceware.dmuth.org/assets/img/dice.jpg" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@dmuth" />
|
||||
<meta name="twitter:url" content="https://diceware.dmuth.org/" />
|
||||
<meta name="twitter:title" content="Diceware: Generate Secure Passwords You Can Actually Remember!" />
|
||||
<meta name="twitter:description" content="Diceware is a password generator which creates passwords based on dicerolls keyed to a set of words." />
|
||||
<meta name="twitter:image" content="https://diceware.dmuth.org/dice.jpg" />
|
||||
<meta name="twitter:image" content="https://diceware.dmuth.org/assets/img/dice.jpg" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue