https://takcdn.com/

Submitted URL:
https://takcdn.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://takcdn.com/
Text
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://takcdn.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 500 ()

HTML

The raw HTML body of the page

<!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, shrink-to-fit=no">
<title>403 Forbidden</title>
<style>
html, body {
height: 100%;
margin: 0;
}
.container {
display: flex;
justify-content: center;
align-items: flex-start;
height: 100vh;
padding-top: 50px;
}
.centered-box {
background-color: lightblue;
padding: 20px;
text-align: center;
border-radius: 10px;
border: 5px solid white;
box-shadow: 0 0 5px #1b1b1b;
max-width: 500px;
width: 100%;
box-sizing: border-box;
}
</style>
</head>
<body>
<div class="container">
<div class="centered-box">
<h1>Server Error</h1>
<div class="error-code">403</div>
<h2>Forbidden</h2>
</div>
</div>

</body></html>