Skip to content

Commit 5eb0233

Browse files
The design of the 404 error page has been updated.
1 parent 92896de commit 5eb0233

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

404NotFound/404.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@
1515
<nav class="navbar navbar-expand-lg title-navbar">
1616
<h1 id="ErrorTitle" class="mx-auto"></h1>
1717
</nav>
18-
<footer class="bg-dark text-white py-3 mt-auto error-footer">
18+
<footer class="text-white py-3 mt-auto error-footer" style="background-color: #EAEAEA !important;">
1919
<div class="container text-center">
2020
<small id="ErrorDescription"></small>
2121
</div>
2222
</footer>
23-
<a id="MainPage" class="btn btn-secondary mx-auto btn-sm main-page" style="display: block;" href="https://linuxuserslinuxmint.github.io"></a>
24-
<a id="SupportPage" class="btn btn-secondary mx-auto btn-sm support-page" style="display: block;" href="/support/support"></a>
23+
<div class="fixed-bottom mb-3 d-flex justify-content-center">
24+
<footer class="bg-dark text-white py-3 mt-auto w-auto" style="background-color: #EAEAEA !important; border-radius: 15px;">
25+
<div class="d-flex">
26+
<a id="MainPage" href="https://opensoftware-world.github.io" class="btn btn-dark me-2 ms-2"></a>
27+
<a href="/support/support" class="btn btn-dark me-2" id="SupportPage"></a></a>
28+
</div>
29+
</footer>
30+
</div>
2531
</body>
2632
</html>

404NotFound/404CSS/404_not_found.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@import url("/assets/CSS/common_code.css");
22
.body {
3-
/*background: var(--lx-web-agreement-page-background-color);*/
43
font-family: Arial;
54
}
65
.error-title-navbar, .error-footer {

0 commit comments

Comments
 (0)