https://www.rekdt.com/

Submitted URL:
https://t.co/SY3OgmUFVWRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://twitter.com/rekdt@rekdt

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
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errorother
URL
https://t.co/SY3OgmUFVW
Text
Unrecognized Content-Security-Policy directive 'referrer'.
errornetwork
URL
https://www.rekdt.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<title>rekdt</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Style the header */
.header {
  padding: 80px;
  text-align: center;
  background: #000000;
  color: black;
}

/* Increase the font size of the h1 element */
.header h1 {
  font-size: 40px;
}

/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}
  
/* Right-aligned link */
.navbar a.right {
  float: right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}
  
/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}
</style>
</head>
<body>
<div class="header">
  <h1><img src="https://giffiles.alphacoders.com/354/35481.gif">
</h1></div>

<div class="navbar">
  <a href="https://twitter.com/rekdt" class="right">@rekdt</a>
</div>
<div class="header">
  <h1></h1>
  <p></p>
  <div class="header">
  <h1></h1>
  <p></p>
</div>
</div>


</body></html>