donation/public/assets/html/default/pages-500.html

65 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
@@include("partials/title-meta.html", {"title": "Error Page | 500 | Internal Server Error"})
@@include('./partials/head-css.html')
</head>
<body class="loading">
<div class="account-pages my-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<div class="card">
<div class="card-body p-4">
<div class="text-center w-75 m-auto">
<div class="auth-logo">
<a href="index.html" class="logo logo-dark text-center">
<span class="logo-lg">
<img src="../assets/images/logo-dark.png" alt="" height="22">
</span>
</a>
<a href="index.html" class="logo logo-light text-center">
<span class="logo-lg">
<img src="../assets/images/logo-light.png" alt="" height="22">
</span>
</a>
</div>
</div>
<div class="text-center mt-4">
<h1 class="text-error">500</h1>
<h3 class="mt-3 mb-2">Internal Server Error</h3>
<p class="text-muted mb-3">Why not try refreshing your page? or you can contact <a href="" class="text-dark"><b>Support</b></a></p>
<a href="index.html" class="btn btn-success waves-effect waves-light">Back to Home</a>
</div>
</div> <!-- end card-body -->
</div>
<!-- end card -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<footer class="footer footer-alt">
<script>document.write(new Date().getFullYear())</script> &copy; Minton theme by <a href="">Coderthemes</a>
</footer>
<!-- Vendor js -->
<script src="../assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="../assets/js/app.min.js"></script>
</body>
</html>