mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-19 16:28:26 +00:00
randomize casing (Idea Credit: @suya1671)
This commit is contained in:
parent
b8071cf436
commit
91d1c7df48
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
submit.setAttribute("type", "submit");
|
||||
// below function modified from https://stackoverflow.com/a/1484514
|
||||
function color() {
|
||||
let letters = "0123456789ABCDEF", color = "#";
|
||||
let letters = "0123456789AbCdEf", color = "#";
|
||||
for (var i = 0; i < 6; i++) {
|
||||
color += letters[Math.floor(Math.random() * 16)];
|
||||
}
|
||||
|
|
@ -184,5 +184,5 @@
|
|||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Made because we hate websites that work normally <3<br/>V.0.0.19<br/>Made by <a href="https://endoftimee.tech">EndOfTimee</a> and <a href="https://firepup650.com">Firepup650</a></p>
|
||||
<p>Made because we hate websites that work normally <3<br/>V.0.0.20<br/>Made by <a href="https://endoftimee.tech">EndOfTimee</a> and <a href="https://firepup650.com">Firepup650</a></p>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue