https://d15k2d11r6t6rl.cloudfront.net/

提交的 URL:
https://d15k2d11r6t6rl.cloudfront.net/
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 33 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gsapVersionsobject
Linearobject
Power0object
Quadobject
Power1object
Cubicobject
Power2object

控制台日志消息 · 找到 2 条

记录到 Web 控制台的消息

类型类别记录
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>