https://canva.site/

Submitted URL:
https://canva.site
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
errornetwork
URL
https://canva.site/
Text
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://canva.site/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"><head>
  <meta charset="UTF-8">
  <title>Not found</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; margin: 0; padding: 0;">
<div style="height: 100vh; display: flex; align-items: center;">
  <div style="margin: 0 auto; text-align: center; max-width: 480px; max-height: 480px; padding: 16px">
    <h1>Not found (404)</h1>
    <p>That means the page you’re looking for doesn’t exist.</p>
  </div>
</div>


</body></html>