<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="shortcut icon" href="" type="image/x-icon"><title>404</title></head><style> body { font-family: 'Comfortaa', cursive; overflow:hidden; background: linear-gradient(90deg, #0e3 0, #0e3 100%), url(https://bas3data.xyz/assets/Image/head-bg.png) no-repeat; color:#fff;}.number { position :relative; text-align:center; animation: mymove 2s forwards;}.number::before { content: ""; display:block; position:absolute; left:0%; right:0%; margin:auto; width:210px; height:100px; background:#0; clip-path: polygon(0% 97%, 0% 90%, 25% 80%, 30% 10%, 40% 0%, 50% 5%, 60% 0%, 70% 10%, 75% 80%, 100% 90%, 100% 97%, 50% 100% ); border-radius:30px;}.number::after { content: "Not Found"; display:block; font-size:10%;}.btn { position:relative; top:150px; display:flex; margin:0 auto; background:none; width:10%; text-decoration:none; justify-content:center; color:#fff; border:2px solid #0; border-radius:5px; }.tumble { position:absolute; bottom:0; width:100px; height:100px; left: -120px; background: url("https://vignette.wikia.nocookie.net/simpsonstappedout/images/3/39/Tumbleweed_Unlock.png/revision/latest?cb=20160426192512"); background-size:contain; animation: tumbleRoll 7.5s infinite forwards;}@keyframes mymove { 0% { top:0px; font-size: initial;} 100% { top: 100px; font-size: 200px;}}@keyframes tumbleRoll { 0% {left: -120px;} 10% {bottom: 30px;} 15% {bottom: 0px;} 40% {bottom: 30px;} 55% {bottom: 0px;} 70% {bottom: 30px;} 75% {bottom: 0px;} 100% {left: 100vw; transform: rotate(600deg);}}img{ display:flex; margin: 0 auto;}</style><body><div class="text-div"><h1 class="number">404</h1></div><a class="btn" href="/"><h2>Go Home</h2></a><div class="tumble"></div></body></html>