From b44c7e01ff26038aec070cb83a591fe23747cae3 Mon Sep 17 00:00:00 2001 From: Kevin Tran Date: Mon, 22 Jul 2024 16:17:58 -0700 Subject: [PATCH] Add a 404_error_page template --- docs/404_error_page.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/404_error_page.md diff --git a/docs/404_error_page.md b/docs/404_error_page.md new file mode 100644 index 00000000..3f961874 --- /dev/null +++ b/docs/404_error_page.md @@ -0,0 +1,32 @@ +# 404 - Page Not Found + +![404 Error](https://via.placeholder.com/600x200.png?text=404+Error) + +--- + +## Oops! We can't seem to find the page you're looking for. + +### What could have gone wrong? +- The page might have been removed. +- The URL might be incorrect. +- The page might be temporarily unavailable. + +--- + +### Here are some helpful links instead: +- [Home](place_holder) +- [Getting Started](placeholder_link) +- [User Guide](placeholder_link) +- [Policies](placeholder_link) +- [Blog](placeholder_link) + +--- + +### Need assistance? +If you need immediate assistance, please [reach out to our support team](mailto:gsb_darcresearch@stanford.edu). + +--- + +![DARC Logo](https://via.placeholder.com/150.png?text=Your+Logo) + +© 2024 DARC. All rights reserved. \ No newline at end of file