From 589e271352fc86c119096e503d799c1a656bbce2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 27 Aug 2020 22:34:07 -0400 Subject: Removed a lot of things and announcement --- pages/404.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'pages/404.js') diff --git a/pages/404.js b/pages/404.js index f283a5d..e47d804 100644 --- a/pages/404.js +++ b/pages/404.js @@ -22,22 +22,10 @@ import Layout from "../components/Layout"; const Custom404 = () => (
-

404 - Not Found

-

-

Return to homepage?

+

404 Not Found

+ Back home
); -function randomtext() { - let randomtxt = [ - 'Oops, seems like that page isn\'t found!', - 'You seem to be lost!', - 'Uh oh, that page isn\'t found in our servers!', - 'Seems like you landed on this page...' - ]; - return randomtxt[Math.floor((Math.random() * 4.00))]; -} - -document.getElementById("404message").innerHTML = randomtext(); export default Custom404 -- cgit v1.2.3