aboutsummaryrefslogtreecommitdiff
path: root/random-projects/bad-password-generator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'random-projects/bad-password-generator/index.html')
-rw-r--r--random-projects/bad-password-generator/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/random-projects/bad-password-generator/index.html b/random-projects/bad-password-generator/index.html
new file mode 100644
index 0000000..ad0aac1
--- /dev/null
+++ b/random-projects/bad-password-generator/index.html
@@ -0,0 +1,15 @@
+---
+layout: random-project
+twitter:
+ title: Bad Password Generator
+ description: Surely you wouldn't use one like it, would you?
+---
+<div class='random-project__project__bad-password-generator'>
+ <div class="text">
+ <p>This is an example of a bad password.</p>
+ <p>Surely you wouldn't use one like it, would you?</p>
+ </div>
+ <div id="changing-passwd">Password!1</div>
+
+ <script src="./script.js" charset="utf-8"></script>
+</div>