diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:47:38 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:47:38 -0400 |
| commit | b7a5b130cffc52c13bfe539f9b2d548160c2b5d7 (patch) | |
| tree | 2dd45a802f4021c6fe1d29048484cfa535236ad5 | |
| parent | 2842fd394adea46fc8f12ee2c2539c5cbf8eac2c (diff) | |
| download | alp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.tar.gz alp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.tar.bz2 alp-website-b7a5b130cffc52c13bfe539f9b2d548160c2b5d7.zip | |
fixed this hopefully
| -rw-r--r-- | pages/404.js | 1 |
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 |
