Forgot a %

This commit is contained in:
Firepup Sixfifty 2025-03-02 03:17:55 -06:00
parent a58477ac2d
commit 350ae19d3a
No known key found for this signature in database

View file

@ -64,7 +64,7 @@
document.getElementById("style").innerHTML=`* {
background-color: ${color()};
color: #000000;
font-size: ${Math.floor(100+(Math.random()*100))};
font-size: ${Math.floor(100+(Math.random()*100))}%;
font-family: ${font()}, monospace;
}
label {
@ -174,5 +174,5 @@
</div>
</body>
<footer>
<p>Made because we hate websites that work normally <3<br/>V.0.0.15<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.16<br/>Made by <a href="https://endoftimee.tech">EndOfTimee</a> and <a href="https://firepup650.com">Firepup650</a></p>
</footer>