Uh... Stuff.

This commit is contained in:
Firepup Sixfifty 2024-04-26 21:56:26 -05:00
parent 02a1ebc9aa
commit 25f25ef125
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
35 changed files with 131 additions and 118 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - Password Generator</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/pgen"></script> -->
@ -19,6 +19,6 @@
<input class="center" type="checkbox" id="numerics" checked></input><label for="numerics"><span class="center force-color">Include numbers</span></label>
<br/>
<span class="center force-color" id="password"></span>
<script src="pgen2.js"></script>
<script src="/pgen2.js"></script>
</body>
</html>