aboutsummaryrefslogtreecommitdiff
path: root/random-project/bad-password-generator/index.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-14 21:02:46 +0200
commite19bcbd7ceda0ce638837a16c7f390f335f7b832 (patch)
treeb8dffc6cf1d3e606cc9f4861c4df41e471a97359 /random-project/bad-password-generator/index.html
parent13ddaef4689ce7ff315113e17e6ab49727ca7e88 (diff)
Create bad-password-generator random project
Diffstat (limited to 'random-project/bad-password-generator/index.html')
-rw-r--r--random-project/bad-password-generator/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/random-project/bad-password-generator/index.html b/random-project/bad-password-generator/index.html
new file mode 100644
index 0000000..2922b9b
--- /dev/null
+++ b/random-project/bad-password-generator/index.html
@@ -0,0 +1,12 @@
+---
+layout: random-project
+---
+<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>