https://kolanicstechs.com/

Submitted URL:
https://kolanicstechs.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

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html><head>
        
        <title>Home</title>
        
    </head>
    
    <body>
        
        <h1>Hello!</h1>
        
    
    
</body></html>