- Scan ID:
- 31d6fd5c-576d-41ff-b421-877c98e45227Finished
- Submitted URL:
- https://d15k2d11r6t6rl.cloudfront.net/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 33 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gsapVersions | object |
Linear | object |
Power0 | object |
Quad | object |
Power1 | object |
Cubic | object |
Power2 | object |
Console log messages · 2 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!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>