aboutsummaryrefslogtreecommitdiff
path: root/random-project/bad-password-generator/index.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 14:59:11 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 14:59:11 +0200
commit85dd41ea557fe63a5f2e8a2ea5d70deb75576528 (patch)
tree9783ef8ffc694a53fac05aadbc1537a8c4c8e3ba /random-project/bad-password-generator/index.html
parentdf55ee022c7385e389121ce2534dc391d2d03b46 (diff)
Move /random-project/ to /random-projects/
Diffstat (limited to 'random-project/bad-password-generator/index.html')
-rw-r--r--random-project/bad-password-generator/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/random-project/bad-password-generator/index.html b/random-project/bad-password-generator/index.html
deleted file mode 100644
index ad0aac1..0000000
--- a/random-project/bad-password-generator/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-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>