aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2020-06-17 15:47:38 -0400
committerAndrew Lee <alee14498@gmail.com>2020-06-17 15:47:38 -0400
commitb7a5b130cffc52c13bfe539f9b2d548160c2b5d7 (patch)
tree2dd45a802f4021c6fe1d29048484cfa535236ad5 /pages
parent2842fd394adea46fc8f12ee2c2539c5cbf8eac2c (diff)
downloadalp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.tar.gz
alp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.tar.bz2
alp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.zip
fixed this hopefully
Diffstat (limited to 'pages')
-rw-r--r--pages/404.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/404.js b/pages/404.js
index 77ffc1a..d101e6b 100644
--- a/pages/404.js
+++ b/pages/404.js
@@ -39,5 +39,4 @@ function randomtext() {
return randomtxt[Math.floor((Math.random() * 4.00))];
}
-//document.getElementById("404message").innerHTML = randomtext();
export default Custom404