Ekdant-Online-Store/error.html
2024-08-06 18:06:00 +05:45

29 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>500 - INTERNAL ERROR</title>
<base href="{{ base }}"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</head>
<body class="bg-light">
<div class="container-fluid">
<div class="row justify-content-md-center mt-5">
<div class="col-md-6">
<div class="bg-white mt-5 p-5 m-auto text-center r-5">
<div class="text-black-50 pb-3">
<span class="fa fa-cogs fa-5x"></span>
</div>
<h5>Internal Server Error!</h5>
<p class="text-black-50">There has been a problem loading the page you are looking for. We are working hard to resolve the issue and the page should return shortly.</p>
<p>If the problem persists please use the <a href="index.php?route=information/contact">contact us form</a> for help.</p>
</div>
</div>
</div>
</div>
</body>
</html>