aboutsummaryrefslogtreecommitdiff
path: root/random-projects/bad-password-generator/index.html
blob: b68895b762ec44fc65c79a2c63620ea38c124b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: random-project
info:
  title: Bad Password Generator
  description: Surely you wouldn't use one like it, would you?
  image: /random-projects/bad-password-generator/image.png
---
<main 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>
</main>