mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-23 01:06:31 -05:00
Created assets/ directory.
This commit is contained in:
parent
7f3c2fad5a
commit
a0ec07ad86
6 changed files with 4 additions and 4 deletions
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
@ -9,10 +9,10 @@
|
|||
|
||||
<!-- Bootstrap -->
|
||||
<link href="./dist/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="./css/starter-template.css" rel="stylesheet">
|
||||
<link href="./assets/css/starter-template.css" rel="stylesheet">
|
||||
|
||||
<!-- Our different dice faces. -->
|
||||
<link href="./css/dice.css" rel="stylesheet">
|
||||
<link href="./assets/css/dice.css" rel="stylesheet">
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
@ -190,7 +190,7 @@ For more information on Diceware:
|
|||
For more information on the entropy in passphrases, I'd like to refer you
|
||||
<a href="https://xkcd.com/936/">to this XKCD comic</a>:
|
||||
</p>
|
||||
<a href="./img/xkcd-password-strength.png"><img src="./img/xkcd-password-strength.png" class="responsive" /></a>
|
||||
<a href="./assets/img/xkcd-password-strength.png"><img src="./assets/img/xkcd-password-strength.png" class="responsive" /></a>
|
||||
</p>
|
||||
|
||||
Diceware is a trademark of Arnold Reinhold.
|
||||
|
@ -230,7 +230,7 @@ The NIST has since released new password creation guidelines in a document which
|
|||
|
||||
<h3>"I can't believe you're sending passwords over the Internet!"</h3>
|
||||
|
||||
<a href="img/dude-chill-just-chill.gif">Chill</a>. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
|
||||
<a href="assets/img/dude-chill-just-chill.gif">Chill</a>. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
|
||||
|
||||
|
||||
<h3>FAQ: Are these dice rolls cryptographically secure?</h3>
|
||||
|
|
Loading…
Reference in a new issue