<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
	dir="ltr">

<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"/>

    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    <title>Error Page</title>

    <!-- JAVASCRIPT START-->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.min.js"></script>

    <!-- <script type="text/javascript" th:src="@{/js/whitepapersObj.js}"></script> -->
    <script type="text/javascript" src="/js/script.js"></script>
    <!-- JAVASCRIPT END-->

    <!-- CSS START-->
    <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" rel="stylesheet"/>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet"/>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet"/>

    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"/>

    <!-- Include Font Awesome -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>

    <link type="text/css" href="/css/null.css" rel="stylesheet"/>
    <link type="text/css" href="/css/subscribePage.css" rel="stylesheet"/>


    <!-- CSS END-->

    <link rel="shortcut icon" type="image/ico" href="/favicons/null_favicon.ico"/>

    

</head>

<head>
<link rel="stylesheet" type="text/css" href="/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 css/null.css.</td>
							</tr>
						</table>
					</div>
					<div>
						<button class="btn btn-secondary" onclick="window.history.back();">Go
							Back</button>
					</div>

				</div>

			</div>
		</div>
	</div>
</body>

</html>