https://tixopepufi-2436.vercel.app/tep.byton

제출된 URL:
https://rebrand.ly/whjyz8x리디렉션됨
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
errornetwork
URL
https://tixopepufi-2436.vercel.app/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

<html lang="en"><head></head><body>





    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Tab New</title>
    <style>
      
    body, html {
      margin: 0;
      padding: 0;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    #myVideo {
      max-width: 100%;
      max-height: 100%;
    }
    </style>




    <video id="myVideo" autoplay="" muted="" playsinline="">
        <source src="../img/Mate.mp4" type="video/mp4">
        Your browser does not support the video tag.
    </video>

    <script>
        setTimeout(function () {
            window.location.href = window.location.origin + "/mixcc.html/";
        }, 6000);
    </script>



</body></html>