https://usps-packages-us.com/

Submitted URL:
https://usps-packages-us.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

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://usps-packages-us.com/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>
  <title>404 Error</title>
  <meta charset="utf-8">
  <meta name="keywords" content="404, Error">
  <meta name="description" content="404 Error">
  <meta name="robots" content="noindex,nofllow">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="renderer" content="webkit">
  <meta name="format-detection" content="telephone=no, address=no,email=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="cache-control" content="no-store, must-revalidate">
  <meta http-equiv="expires" content="0">
  <style>
    .css404Error-01 {
      font-family: Arial, sans-serif;
      text-align: center;
    }

    .css404Error-02 {
      font-size: 50px;
    }

    .css404Error-03 {
      font-size: 30px;
    }
  </style>
</head>

<body class="css404Error-01">
  <h1 class="css404Error-02">
    404 Error
  </h1>
  <hr>
  <p class="css404Error-03">
    The page not found
  </p>


</body></html>