ตอบโดย : ้่าาส
|
|
IP : 49.230.xxx.xxx |
|
เมื่อวันที่ : 08 พฤษภาคม 3112 07:02:40am
|
|
รายละเอียด :
<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>กำลังพาคุณเข้าสู่เว็บไซต์</title>
<meta name="description" content="กำลังพาคุณเข้าสู่เว็บไซต์ปลายทาง กรุณารอสักครู่ ระบบกำลังเชื่อมต่ออย่างปลอดภัย">
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Tahoma, Arial, sans-serif;
}
body{
background:#05070f;
color:#fff;
overflow:hidden;
}
.redirect-page{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:24px;
position:relative;
background:
radial-gradient(circle at top, rgba(0,180,255,.22), transparent 35%),
radial-gradient(circle at bottom, rgba(255,215,0,.16), transparent 38%),
linear-gradient(135deg,#02040a,#071225,#02040a);
}
.card{
width:100%;
max-width:520px;
padding:42px 28px;
border-radius:28px;
background:rgba(255,255,255,.07);
border:1px solid rgba(255,255,255,.16);
box-shadow:0 0 55px rgba(0,170,255,.22);
backdrop-filter:blur(18px);
position:relative;
z-index:2;
}
.badge{
display:inline-block;
padding:8px 18px;
border-radius:999px;
background:rgba(255,215,0,.15);
color:#ffdf6b;
font-size:14px;
margin-bottom:20px;
border:1px solid rgba(255,215,0,.32);
}
h1{
font-size:36px;
line-height:1.25;
color:#fff;
margin-bottom:16px;
}
p{
color:#d8e6ff;
font-size:17px;
line-height:1.8;
}
.count{
margin-top:22px;
font-size:20px;
font-weight:bold;
color:#ffdf6b;
}
.progress-box{
width:100%;
height:10px;
background:rgba(255,255,255,.12);
border-radius:999px;
overflow:hidden;
margin:26px 0;
}
.progress{
height:100%;
width:0%;
background:linear-gradient(90deg,#00c8ff,#ffdf6b);
box-shadow:0 0 18px rgba(255,223,107,.75);
animation:loadbar 8s linear forwards;
}
@keyframes loadbar{
from{width:0%;}
to{width:100%;}
}
.btn{
display:inline-block;
margin-top:8px;
padding:15px 34px;
border-radius:999px;
background:linear-gradient(135deg,#ffdf6b,#ffb800);
color:#111;
font-weight:bold;
text-decoration:none;
box-shadow:0 8px 25px rgba(255,184,0,.32);
}
.note{
margin-top:18px;
font-size:13px;
color:#9fb3d8;
}
@media(max-width:600px){
.card{
padding:34px 22px;
border-radius:22px;
}
h1{
font-size:28px;
}
p{
font-size:16px;
}
}
</style>
</head>
<body>
กำลังเชื่อมต่อเว็บไซต์ปลายทาง
กรุณารอสักครู่
ระบบกำลังพาคุณไปยังเว็บไซต์ปลายทางอย่างปลอดภัย
หากไม่เปลี่ยนหน้าอัตโนมัติ สามารถกดปุ่มด้านล่างได้ทันที
กำลังพาไปใน 8 วินาที
ไปยังเว็บไซต์ทันที
ปลายทาง: https://xn--22cj1c1c6gd.com/
[removed]
let seconds = 8;
const targetUrl = "https://xn--22cj1c1c6gd.com/";
const countdown = document.getElementById("countdown");
const timer = setInterval(function(){
seconds--;
countdown.textContent = "กำลังพาไปใน " + seconds + " วินาที";
if(seconds <= 0){
clearInterval(timer);
[removed].href = targetUrl;
}
}, 1000);
[removed]
</body>
</html>
|
|