From 83ac1ce3c808a467e24a27b4da2608811bff8722 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 19 Sep 2023 17:15:34 +0200 Subject: [PATCH] update error page --- public_html/pages/error_404.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/pages/error_404.php b/public_html/pages/error_404.php index 328401e..c8aca03 100644 --- a/public_html/pages/error_404.php +++ b/public_html/pages/error_404.php @@ -1,7 +1,7 @@ <?php header("HTTP/1.0 404 Not Found"); ?> -<h1><i class="fas fa-exclamation-triangle"></i> 404 :: page not found</h1> +<h1><i class="fa-solid fa-exclamation-triangle"></i> 404 :: page not found</h1> <p> </p> \ No newline at end of file -- GitLab