From 2ccdd0f623e317170bbde16e8f40fabfe1afb49a Mon Sep 17 00:00:00 2001 From: Thomas Joise Date: Tue, 27 Aug 2024 17:04:39 +0530 Subject: [PATCH] asas --- 404.html | 18 +++++++++++++++++ README.md | 2 +- Readme.txt | 6 ------ assets/css/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++ www.simssoftware.in | 0 5 files changed, 65 insertions(+), 7 deletions(-) create mode 100644 404.html delete mode 100644 Readme.txt create mode 100644 www.simssoftware.in diff --git a/404.html b/404.html new file mode 100644 index 0000000..b079643 --- /dev/null +++ b/404.html @@ -0,0 +1,18 @@ + + + + + + + 404 - Page Not Found + + + +
+

404

+

Page Not Found

+

Oops! It seems like the page you're looking for doesn't exist.

+ Go back home +
+ + \ No newline at end of file diff --git a/README.md b/README.md index 73f6e71..439bdb7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# simswebsite +# simswebsite -- www.simssoftware.in diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index d2bace6..0000000 --- a/Readme.txt +++ /dev/null @@ -1,6 +0,0 @@ -Thanks for downloading this template! - -Template Name: Multi -Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/ -Author: BootstrapMade.com -License: https://bootstrapmade.com/license/ diff --git a/assets/css/style.css b/assets/css/style.css index 6ecd494..f1b70ac 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1468,4 +1468,50 @@ section { .back-button { display: none; } +} + +/* -------error------------ */ + +body { + font-family: Arial, sans-serif; + text-align: center; + background-color: #f0f0f0; +} + +.custom-error-container { + margin: 120px 120px; + padding: 20px; + background-color: #fff; + border-radius: 5px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); +} + +.error-title { + font-size: 80px; + font-weight: 700; + color: #000000; +} + +.error-subtitle { + font-size: 30px; + margin-bottom: 20px; +} + +.error-message { + font-size: 18px; + margin-bottom: 20px; +} + +.error-button { + display: inline-block; + padding: 10px 20px; + background-color: #007bff; + color: #fff; + text-decoration: none; + border-radius: 3px; +} + +.error-button:hover { + background-color: #005cbf; /* Change the hover background color to a darker blue */ + color: #fff; /* Keep the text color white */ } \ No newline at end of file diff --git a/www.simssoftware.in b/www.simssoftware.in new file mode 100644 index 0000000..e69de29