mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-20 00:25:26 +00:00
fix typo (CC: @dainfloop)
This commit is contained in:
parent
504fccb915
commit
2d0b71fae0
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
}
|
||||
function font() {
|
||||
let fonts=["Georiga", "Arial", "Verdana", "Tahoma", '"Trebuchet MS"', '"Times New Roman"', "Garmond", '"Courier New"', '"Bush Script MT"'];
|
||||
let fonts=["Georgia", "Arial", "Verdana", "Tahoma", '"Trebuchet MS"', '"Times New Roman"', "Garmond", '"Courier New"', '"Bush Script MT"'];
|
||||
return fonts[Math.floor(Math.random() * fonts.length)]
|
||||
}
|
||||
function insult(failReason) {
|
||||
|
|
@ -210,5 +210,5 @@
|
|||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Made because we hate websites that work normally <3<br/>V.0.0.26<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.27<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