PNG %k25u25%fgd5n!
@@include('./partials/html.html')
<head>
@@include("./partials/title-meta.html", {"title": "Forexo"})
@@include('./partials/head-css.html')
</head>
<!-- Top Bar Start -->
<body>
<div class="container-fluid">
<div class="row vh-100 d-flex justify-content-center">
<div class="col-12 align-self-center">
<div class="card-body">
<div class="row">
<div class="col-md-6 col-lg-4 col-xl-3 mx-auto">
<div class="card">
<div class="card-body p-0 bg-black auth-header-box rounded-top">
<div class="text-center p-3">
<a href="index.html" class="logo logo-admin">
<img src="assets/images/logo-sm.png" height="50" alt="logo" class="auth-logo">
</a>
<h4 class="mt-3 mb-1 fw-semibold text-white fs-18">Oops! Sorry page does not found</h4>
<p class="text-muted fw-medium mb-0">Back to dashboard of Forexo</p>
</div>
</div>
<div class="card-body pt-0">
<div class="ex-page-content text-center">
<img src="assets/images/extra/error.svg" alt="0" class="" height="170">
<h1 class="my-2">404!</h1>
<h5 class="fs-16 text-muted mb-3">Somthing went wrong</h5>
</div>
<a class="btn btn-primary w-100" href="index.html">Back to Dashboard <i class="fas fa-redo ms-1"></i></a>
</div><!--end card-body-->
</div><!--end card-->
</div><!--end col-->
</div><!--end row-->
</div><!--end card-body-->
</div><!--end col-->
</div><!--end row-->
</div><!-- container -->
</body>
<!--end body-->
</html>