MCLTDWhitelistSystem/src/main/resources/static/error/500.html
LostInLinearPast dcd3e0a386 fix
2025-10-27 21:23:20 +08:00

47 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="robots" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- PAGE TITLE HERE -->
<title>Error</title>
<link href="/css/style.css" rel="stylesheet">
</head>
<body class="vh-100">
<div class="authincation h-100">
<div class="container h-100">
<div class="row justify-content-center h-100 align-items-center">
<div class="col-md-5">
<div class="form-input-content text-center error-page">
<h1 class="error-text fw-bold">500</h1>
<h4><i class="fa fa-times-circle text-danger"></i> Internal Server Error</h4>
<p>You do not have permission to view this resource</p>
<div>
<a class="btn btn-primary" href="/">Back to Home</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--**********************************
Scripts
***********************************-->
<!-- Required vendors -->
<script src="/js/global.min.js"></script>
<script src="/js/custom.min.js"></script>
<script src="/js/styleSwitcher.js"></script>
</body>
</html>