https://d1yjm3f2ech0jx.cloudfront.net/notepad-app/window.html

Submitted URL:
https://d1yjm3f2ech0jx.cloudfront.net/notepad-app/window.html
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://d1yjm3f2ech0jx.cloudfront.net/favicon.ico
Text
Failed to load resource: the server responded with a status of 403 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <div class="title">
        Notepad:
    </div>

    <div class="textarea-wrapper">
        <textarea></textarea>
    </div>
	<div>
			<webview id="view" src="https://ballard.amazon.com"></webview>
	</div>


</body></html>