mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-19 20:55:16 +00:00
Footer
This commit is contained in:
parent
66c088ad9c
commit
796df111a5
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue