Created assets/ directory.

This commit is contained in:
Douglas Muth 2022-04-15 20:07:32 -04:00
parent 7f3c2fad5a
commit a0ec07ad86
6 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View file

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View file

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View file

@ -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>