This commit is contained in:
2022-05-12 19:21:31 -04:00
parent 876c4e29e2
commit 699c789714
4 changed files with 89 additions and 49 deletions
@@ -1,44 +1,50 @@
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
<!--begin::Authentication - Error 500 -->
<div class="d-flex flex-column flex-column-fluid">
<!--begin::Content-->
<div class="d-flex flex-column flex-column-fluid text-center p-10 py-lg-15">
<!--begin::Logo-->
<a href="/" class="mb-10 pt-lg-10">
<img alt="Logo" src="/assets/ext/images/wrenchboard.png" class="h-40px mb-5" />
</a>
<!--end::Logo-->
<!--begin::Wrapper-->
<div class="pt-lg-10 mb-10">
<!--begin::Logo-->
<h1 class="fw-bolder fs-2qx text-gray-800 mb-10">System Error</h1>
<!--end::Logo-->
<!--begin::Message-->
<div class="fw-bold fs-3 text-muted mb-15">Oops, an error has occurred. Page not found!
<br />Please try another page or return home.</div>
<!--end::Message-->
<!--begin::Action-->
<div class="text-center">
<a href="/" class="btn btn-lg btn-primary fw-bolder">Go to homepage</a>
</div>
<!--end::Action-->
</div>
<!--end::Wrapper-->
<!--begin::Illustration-->
<div class="d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-100px min-h-lg-350px" style="background-image: url(/site3/assets/img/404-error-message.png"></div>
<!--end::Illustration-->
</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="d-flex flex-center flex-column-auto p-10">
<!--begin::Links-->
<div class="d-flex align-items-center fw-bold fs-6">
<a href="https://www.wrenchboard.com/about-us" class="text-muted text-hover-primary px-2">About</a>
<a href="https://www.wrenchboard.com/service" class="text-muted text-hover-primary px-2">Services</a>
<a href="https://www.wrenchboard.com/contact" class="text-muted text-hover-primary px-2">Contact Us</a>
</div>
<!--end::Links-->
</div>
<!--end::Footer-->
</div>
<!--end::Authentication - Error 500-->
</div>
<!--end::Root-->
<!-- Page container -->
<div class="page-container">
<!-- Page content -->
<div class="page-content">
<!-- Main content -->
<div class="content-wrapper">
<!-- Error title -->
<div class="text-center content-group">
<h1 class="error-title">404</h1>
<h5>Oops, an error has occurred. Page not found!</h5>
</div>
<!-- /error title -->
<!-- Error content -->
<div class="row">
<div class="col-lg-4 col-lg-offset-4 col-sm-6 col-sm-offset-3">
<form action="#" class="main-search panel panel-body">
<div class="text-center">
<a href="/" class="btn bg-pink-400"><i class="icon-circle-left2 position-left"></i>Return Home</a>
</div>
</form>
</div>
</div>
<!-- /error wrapper -->
</div>
<!-- /main content -->
</div>
<!-- /page content -->
</div>
<!-- /page container -->