fixed this hopefully

This commit is contained in:
Andrew Lee 2020-06-17 15:47:38 -04:00
parent 2842fd394a
commit b7a5b130cf
Signed by: andrew
GPG key ID: 4DCE67C47836D125

View file

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