<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge; text/html" />
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>CMS - 500</title>
    	
		
	<!-- Bootstrap CSS -->
    <link rel="stylesheet" type="text/css" href="/resources/public/css/bootstrap.min.css">

    <!-- Font Awesome -->
	<link rel="stylesheet" type="text/css" href="/resources/public/css/all.css">
	
	<!-- Dual List Box -->
	<link rel="stylesheet" type="text/css" href="/resources/public/css/bootstrap-duallistbox.css">
	<!-- DataTable -->
	<!-- <link rel="stylesheet" type="text/css" th:href="@{/resources/public/css/datatables.min.css}"> -->
    
    <!--Custom Font-->
    <!-- <link rel="stylesheet" type="text/css" th:href="@{/resources/public/css/poppin.css}"> -->
	<link rel="stylesheet" href="/resources/public/css/lato-webfont.css">
	
    <!--Custom CSS-->
    <link rel="stylesheet" type="text/css" href="/resources/public/css/imsCustomLib.css">
    <link rel="stylesheet" type="text/css" href="/resources/public/css/style.css">

    <!--Scrollbar Custom CSS-->
    <link rel="stylesheet" type="text/css" href="/resources/public/css/jquery.mCustomScrollbar.min.css">
    
    <!-- Chart -->
	<link rel="stylesheet" type="text/css" href="/resources/public/css/Chart.min.css">

	<!--Datepicker Custom CSS-->
    <link rel="stylesheet" type="text/css" href="/resources/public/daterangepicker/daterangepicker.css" />
	<!-- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" /> -->
	
	<!--Select2 CSS-->
	<link rel="stylesheet" type="text/css" href="/resources/public/css/select2.min.css">
	<link rel="stylesheet" type="text/css" href="/resources/public/css/select2-bootstrap4.min.css">

    <!--Bootstrap JS-->
    <script type="text/javascript" src="/resources/public/js/jquery-3.3.1.slim.min.js"></script>
    <script type="text/javascript" src="/resources/public/js/popper.min.js"></script>
    <script type="text/javascript" src="/resources/public/js/bootstrap.min.js"></script>
    <!-- jQuery Custom Scroller CDN -->
    <script type="text/javascript" src="/resources/public/js/jquery.mCustomScrollbar.concat.min.js"></script>
</head>

<body>
    <div class="container">
            <div class="jumbotron bg-transparent">
                <h1><i class="fas fa-exclamation-triangle"></i>&nbsp;&nbsp;500</h1>
                <br />
                <h4>UH OH! This page isn't working.</h4>
                <p class="darkslategray">
                    Unfortunately the server crashed. But you can click the button below
                    to go back to the homepage.
                </p>
                <p>
                    <br />
                    <a class="btn btn-primary btn-lg" href="/" role="button">
                        <i class="fas fa-arrow-circle-left"></i>&nbsp;&nbsp; Back To Home
                    </a>
                </p>
            </div>
			<hr/>
            <footer class="border-0 px-4 my-auto">
	<div class="float-start">Powered By Payment Hub</div>
	<div class="float-end">Version null</div>
</footer>
    </div>
</body>

</html>