From daceb674d3748935d28206020434594b065b464d Mon Sep 17 00:00:00 2001
From: Jen Mankoff <jmankoff@cs.washington.edu>
Date: Thu, 23 Feb 2023 10:12:33 -0800
Subject: [PATCH] Changed 404 page just to push something

---
 404.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/404.html b/404.html
index c472b4ea..ab5a52c4 100644
--- a/404.html
+++ b/404.html
@@ -19,6 +19,6 @@ layout: default
 <div class="container">
   <h1>404</h1>
 
-  <p><strong>Page not found :(</strong></p>
+  <p><strong>Page not found</strong></p>
   <p>The requested page could not be found.</p>
 </div>
-- 
GitLab