https://demanclan.co.uk/

Submitted URL:
https://demanclan.co.uk/
Report Finished:

The outgoing links identified from the page

LinkText
https://twitch.tv/trenttcreates/
https://www.youtube.com/@Trenttcreates

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 · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://demanclan.co.uk/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<style>
body {
  background-image: url(/images/Website_Background.jpg);
  font-family: 'Brush Script MT', cursive;
}

.content {
 max-width: 500px;
 margin: auto;
 padding: 10px;
}

.h1 {
 color: white;
 text-align: center;
 border: 3px solid white
}

.text {
 color: white;
 text-align: center;
}

.image{
 max-width: 100%;
}
</style>
</head>
<body>
<div class="content">
<h1 class="h1">Welcome to demanclan.co.uk</h1>
<p class="text">Enjoy this picture of Asian Trentt</p>
<a class="image" href="https://twitch.tv/trenttcreates/">
<img src="/images/Asian_Trentt.PNG">
</a>
<p class="text">Click the picture to go to his stream</p>
<p></p>
<p class="text">Here are some other pictures of possible Trentts</p><p>
<a href="https://www.youtube.com/@Trenttcreates">
<img class="image" src="/images/Trenttonholiday.jpg">
</a>
</p><p class="text">Click the picture to go to his YouTube</p>


</div>


</body></html>