This commit is contained in:
Firepup Sixfifty 2025-03-01 16:01:40 -06:00
parent 66c088ad9c
commit 796df111a5
No known key found for this signature in database

View file

@ -12,7 +12,6 @@
<label for="password">Password:</label><input id="username" name="username" type="username"/><br/>
<button id="submit" type="submit">Submit</button>
</form>
<p>Now on CF!</p>
<script>
function click() {
let password = document.getElementById("password"), username=document.getElementById("username"), email=document.getElementById("email");
@ -38,3 +37,6 @@
</script>
</div>
</body>
<footer>
<p>Made because we hate websites that work normally <3</p>
</footer>