From b2fc332bb7453205838e7f0391d1b7a7f9597e4e Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Fri, 3 Apr 2020 10:25:16 -0500
Subject: [PATCH] Add 404 page

---
 content/pages/404.html | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 content/pages/404.html

diff --git a/content/pages/404.html b/content/pages/404.html
new file mode 100644
index 00000000..94668f45
--- /dev/null
+++ b/content/pages/404.html
@@ -0,0 +1,35 @@
+<head>
+
+    <meta name="charset" charset="utf-8">
+    <meta name="ie-edge" http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <meta name="tags" content="404" />
+    <meta name="date" content="2020-04-03" />
+    <meta name="template" content="page" />
+    <meta name="url" content="" />
+    <meta name="save_as" content="404.html" />
+    <meta name="category" content="404" />
+    <meta name="summary" content="Not Found (404) - RAIN | SSEC @ UW-Madison" />
+
+    <title>RAIN | SSEC @ UW-Madison | Not Found</title>
+
+</head>
+<body>
+<div class="message">
+    <div class="container">
+        <div class="row">
+            <div class="col text-center h3">
+                The requested page could not be located.
+            </div>
+        </div>
+        <div class="row">
+            <div class="col text-center h4">
+            This website was updated in
+            early 2020 and a lot of pages have been moved around. Please use the
+            navigation bar at the top to explore the new website.
+            </div>
+        </div>
+    </div>
+</div>
+</body>
-- 
GitLab