https://kreutzmann.gl/

Submitted URL:
https://kreutzmann.gl/
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
infoother
URL
about:blank
Text
Clear-Site-Data header on 'https://kreutzmann.gl/': Cleared data types: "cache", "cookies", "storage". Clearing channel IDs and HTTP authentication cache is currently not supported, as it breaks active network connections.
errornetwork
URL
https://kreutzmann.gl/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" dir="ltr"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Kreutzmann</title>
    <link rel="stylesheet" href="style.css">
</head>
<body class="body">
    <header>
        <img class="img" src="kreutzmann.png" alt="Kreutzmann Logo" loading="lazy">
        <h1 class="header">This is my website</h1>
        <h1 class="header">Nothing special today</h1>
    </header>
    <main>
        <small class="small">Come back soon</small><br>
        <small class="small_counter">
            You are visitor number 2957        </small>
    </main>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8cb31a05ef4b384f',t:'MTcyNzY4NzY1Ni4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script>
</body></html>