This commit is contained in:
Andrew Lee 2020-08-27 22:13:58 -04:00
parent b7a5b130cf
commit d4228a9d31
Signed by: andrew
GPG key ID: 4DCE67C47836D125

View file

@ -39,4 +39,5 @@ function randomtext() {
return randomtxt[Math.floor((Math.random() * 4.00))];
}
document.getElementById("404message").innerHTML = randomtext();
export default Custom404