%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/eirtvhdf/payments.hire-va.com/
Upload File :
Create Path :
Current File : /home/eirtvhdf/payments.hire-va.com/logout.php

<?php include("inc/c.php"); ?>
<!DOCTYPE html>
<html>
<head>
    <title>Login</title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php include("inc/css.php"); ?>
</head>
<body class="bg-login">
    <!--wrapper-->
    <div class="wrapper">
        <div class="section-authentication-signin d-flex align-items-center justify-content-center my-5 my-lg-0">
            <div class="container-fluid">
                <div class="row row-cols-1 row-cols-lg-2 row-cols-xl-3">
                    <div class="col mx-auto">
                        <div class="mb-4 text-center">
                            <img src="/assets/images/logo.gif" width="180" alt="" />
                        </div>
                        <div class="card" style="">
							<div class="card-body">
								<div class="border p-4 rounded">
									<div class="text-center">
										<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#008cff" class="bi bi-person-circle" viewBox="0 0 16 16">
											<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
											<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z" />
										</svg>
										<h3 class="">Logging Out... </h3>
									</div>
								</div>
							</div>
						</div>
                    </div>
                </div>
                <!--end row-->
            </div>
        </div>
    </div>
    <?php include("inc/js.php"); ?>
	<!--Password show & hide js -->
    <script>
    $(function () {
        localStorage.setItem('user');
        window.location.href="login.php";
    });
    </script>
</body>
</html>

Zerion Mini Shell 1.0