<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
	dir="??direction_en??">

<head>
    <meta charset="utf-8"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta name="description" content=""/>
    <meta name="author" content=""/>

    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT">

    <title>Error Page</title>

    <!--------------------------------------- JAVASCRIPT START------------------------------------------------->
    <!-- jQuery 3.7.1 library -->
    <script type="text/javascript" src="/common/js/jquery-3.7.1.min.js"></script>

    <!-- Bootstrap 5.3 library -->
    <script src="/common/js/bootstrap.min.js"></script>

    <!--font awesome-->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">


    <!--------------------------------------- CSS START----------------------------------------------------->
    <link rel="stylesheet" href="/common/css/bootstrap.min.css">

</head>

<head>
<link rel="stylesheet" type="text/css"
	href="/common/css/prelogin.css" />
</head>

<body>
	<div class="starter-template">
		<p />
		<div
			class="d-flex text-center justify-content-center align-items-center container">
			<div class="card">
				<div class="card-body table-responsive text-nowrap p-5">
					<h3>Error Page</h3>
					<p>An error has occurred. Please try again.</p>
					<p />
					<div>
						<table
							class="table table-striped table-bordered table-hover table-condensed table-sm anotherhover small-table-header table-fixed rtl">
							<tr>
								<th class="text-center">Sr. #</th>
								<th class="text-center">Error Message</th>
							</tr>
							<tr>
								<td class="text-center">1</td>
								<td>No static resource sitemap.xml.</td>
							</tr>
						</table>
					</div>
					<div>
						<button class="btn btn-secondary" onclick="window.history.back();">Go
							Back</button>
					</div>

				</div>

			</div>
		</div>
	</div>
</body>

</html>