diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:13:58 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:13:58 -0400 |
| commit | d4228a9d31054265b2ef0adc99df2d85a8c4e702 (patch) | |
| tree | 537c1392fc35ed28c5c7c220e5b5c9a820e7eda1 /pages | |
| parent | b7a5b130cffc52c13bfe539f9b2d548160c2b5d7 (diff) | |
| download | alp-website-d4228a9d31054265b2ef0adc99df2d85a8c4e702.tar.gz alp-website-d4228a9d31054265b2ef0adc99df2d85a8c4e702.tar.bz2 alp-website-d4228a9d31054265b2ef0adc99df2d85a8c4e702.zip | |
404
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/404.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/404.js b/pages/404.js index d101e6b..f283a5d 100644 --- a/pages/404.js +++ b/pages/404.js @@ -39,4 +39,5 @@ function randomtext() { return randomtxt[Math.floor((Math.random() * 4.00))]; } +document.getElementById("404message").innerHTML = randomtext(); export default Custom404 |
