https://d15k2d11r6t6rl.cloudfront.net/

제출된 URL:
https://d15k2d11r6t6rl.cloudfront.net/
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 33개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gsapVersionsobject
Linearobject
Power0object
Quadobject
Power1object
Cubicobject
Power2object

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

웹 콘솔에 기록된 메시지

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

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <title>404 Error Cogwheels(GSAP)</title>
  <link rel="stylesheet" href="./404/style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
  <h1 class="first-four">4</h1>
  <div class="cog-wheel1">
      <div class="cog1" style="transform-origin: 50% 50%; transform: translate3d(0px, 0px, 0px) rotate(33.3deg);">
        <div class="top"></div>
        <div class="down"></div>
        <div class="left-top"></div>
        <div class="left-down"></div>
        <div class="right-top"></div>
        <div class="right-down"></div>
        <div class="left"></div>
        <div class="right"></div>
    </div>
  </div>
  
  <div class="cog-wheel2"> 
    <div class="cog2" style="transform-origin: 50% 50%; transform: translate3d(0px, 0px, 0px) rotate(-33.3deg);">
        <div class="top"></div>
        <div class="down"></div>
        <div class="left-top"></div>
        <div class="left-down"></div>
        <div class="right-top"></div>
        <div class="right-down"></div>
        <div class="left"></div>
        <div class="right"></div>
    </div>
  </div>
 <h1 class="second-four">4</h1>
  <p class="wrong-para" style="opacity: 0.9324;">Uh Oh! Page not found!</p>
</div>
<!-- partial -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.1/gsap.min.js"></script><script src="./404/script.js"></script>



</body></html>