https://test-app.link/

Submitted URL:
https://test-app.link
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 · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://test-app.link/
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
		<link rel="stylesheet" type="text/css" href="https://cdn.branch.io/static/styles.css">
	</head>
	<body>
		<div class="container">
			<h1>That link could not be found!</h1>
			<h2>Check the spelling of the link or make sure you're using the correct domain.</h2>
		</div>
	
</body></html>