From a0ec07ad86da8b0defb117210432876e0709a954 Mon Sep 17 00:00:00 2001
From: Douglas Muth
Date: Fri, 15 Apr 2022 20:07:32 -0400
Subject: [PATCH] Created assets/ directory.
---
{css => assets/css}/dice.css | 0
{css => assets/css}/starter-template.css | 0
{img => assets/img}/dice.jpg | Bin
{img => assets/img}/dude-chill-just-chill.gif | Bin
{img => assets/img}/xkcd-password-strength.png | Bin
index.html | 8 ++++----
6 files changed, 4 insertions(+), 4 deletions(-)
rename {css => assets/css}/dice.css (100%)
rename {css => assets/css}/starter-template.css (100%)
rename {img => assets/img}/dice.jpg (100%)
rename {img => assets/img}/dude-chill-just-chill.gif (100%)
rename {img => assets/img}/xkcd-password-strength.png (100%)
diff --git a/css/dice.css b/assets/css/dice.css
similarity index 100%
rename from css/dice.css
rename to assets/css/dice.css
diff --git a/css/starter-template.css b/assets/css/starter-template.css
similarity index 100%
rename from css/starter-template.css
rename to assets/css/starter-template.css
diff --git a/img/dice.jpg b/assets/img/dice.jpg
similarity index 100%
rename from img/dice.jpg
rename to assets/img/dice.jpg
diff --git a/img/dude-chill-just-chill.gif b/assets/img/dude-chill-just-chill.gif
similarity index 100%
rename from img/dude-chill-just-chill.gif
rename to assets/img/dude-chill-just-chill.gif
diff --git a/img/xkcd-password-strength.png b/assets/img/xkcd-password-strength.png
similarity index 100%
rename from img/xkcd-password-strength.png
rename to assets/img/xkcd-password-strength.png
diff --git a/index.html b/index.html
index 5c75735..bdf8a2e 100644
--- a/index.html
+++ b/index.html
@@ -9,10 +9,10 @@
-
+
-
+
@@ -190,7 +190,7 @@ For more information on Diceware:
For more information on the entropy in passphrases, I'd like to refer you
to this XKCD comic:
-
+
Diceware is a trademark of Arnold Reinhold.
@@ -230,7 +230,7 @@ The NIST has since released new password creation guidelines in a document which
"I can't believe you're sending passwords over the Internet!"
-Chill. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
+Chill. I'm not. Passwords are generated within your browser and do not leave it (unless you copy them out yourself).
FAQ: Are these dice rolls cryptographically secure?