HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/smarthr-co-in/demo/tailwind/template/src/under-construction.html
<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
	<meta name="description" content="Smarthr - Bootstrap Admin Template">
	<meta name="keywords" content="admin, estimates, bootstrap, business, html5, responsive, Projects">
	<meta name="author" content="Dreams technologies - Bootstrap Admin Template">
	<meta name="robots" content="noindex, nofollow">
	<title>Smarthr Admin Template</title>

	<!-- Favicon -->
	<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">

	<!-- Apple Touch Icon -->
	<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">

	<!-- Feather CSS -->
	<link rel="stylesheet" href="assets/plugins/icons/feather/feather.css">

	<!-- Tabler Icon CSS -->
	<link rel="stylesheet" href="assets/plugins/tabler-icons/tabler-icons.min.css">

	<!-- Fontawesome CSS -->
	<link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css">
	<link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css">

	<!-- Datetimepicker CSS -->
	<link rel="stylesheet" href="assets/css/bootstrap-datetimepicker.min.css">

	<!-- Flowbite CSS -->
	<link rel="stylesheet" href="assets/css/flowbite.min.css">

	<!-- Main CSS -->
	<link rel="stylesheet" href="../dist/style.css">

</head>

<body class="bg-[linear-gradient(115.43deg,_#FFFFFF_0.45%,_#FFF3ED_100%)]"> 

	<div id="global-loader" style="display: none;">
		<div class="page-loader"></div>
	</div>

	<!-- Main Wrapper -->
	<div class="main-wrapper">

		<div class="container mx-auto">
			<div>
				<!-- Page Wrapper -->
				<div class="flex justify-center items-center">
					<div class="w-full md:w-8/12 flex justify-center items-center mx-auto">
						<div>
							<div class="p-4 text-center">
								<img src="assets/img/logo.svg" alt="logo" class="img-fluid mx-auto">
							</div>
							<div class="error-images">
								<img src="assets/img/bg/under-construction.svg" alt="image" class="img-fluid mx-auto">
							</div>
							<div class="text-center">
								<div>
									<h1 class="mb-3 text-3xl font-semibold">Under Construction</h1>
									<p class="text-base text-center">
										We're currently upgrading our platform to serve you better
										<br>
										Stay tuned for exciting updates!
									</p>
									<div class="flex justify-center pb-4">
										<a href="index.html" class="btn bg-primary border border-primary text-white text-center py-2 px-3 hover:bg-primary-900 hover:text-white text-sm leading-normal mt-4">
											<i class="ti ti-arrow-left me-2"></i>Back to Dashboard
										</a>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
				<!-- /Page Wrapper -->
	
			</div>
	
		</div>
	</div>
	<!-- /Main Wrapper -->

	<!-- jQuery -->
	<script src="assets/js/jquery-3.7.1.min.js"></script>

	<!-- Bootstrap Core JS -->
	<script src="assets/js/bootstrap.bundle.min.js"></script>

	<!-- Feather Icon JS -->
	<script src="assets/js/feather.min.js"></script>

    <!-- Flowbite JS -->
	<script src="assets/js/flowbite.min.js"></script>

	<!-- Custom JS -->
	<script src="assets/js/script.js"></script>

</body>

</html>