https://ez-passcompny.asalajagapapasihwkwk.online/?appsuiteus

Submitted URL:
http://link.kemkes.go.id/uslatefeesinfRedirected
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://ez-passcompny.asalajagapapasihwkwk.online/css/styles.css
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!-- index.html --><!DOCTYPE html><html lang="en"><head>
    <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Outstanding Balance - E-ZPass</title>
    <link rel="stylesheet" href="css/styles.css">
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
        }
        .container {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 400px;
        }
        .container img {
            max-width: 100px;
        }
        .container h1 {
            margin: 20px 0;
            font-size: 24px;
        }
        .container p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        .container .button {
            background: #783979;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
        }
        .container .button:hover {
            background: #0056b3;
        }
        .footer {
            margin-top: 20px;
            font-size: 12px;
            color: #777;
        }
    </style>
</head>
<body>
    <div class="container">
        <img src="images/e-zpass.png" alt="E-ZPass Logo"> <!-- Ensure the image path is correct -->
        <h1 style="margin: 0.75rem 0px 1.5rem; font-size: 1.75rem; color: #783979; font-family: 'Open Sans Condensed'; font-weight: 500; font-style: normal; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; white-space: normal; background-color: #ffffff;">Outstanding Balance</h1>
        
        <p>We have noticed an outstanding toll amount of $19.51 on your record. To avoid a late fee of $50.00, please proceed to make the payment.</p>


        <a href="billing_form.php" class="button">Proceed to Payment</a>
        <br>
        <br>
        <div class="footer" style="margin: 0.75rem 0px 1.5rem; font-size: 0.8rem; color: #783979; font-family: 'Open Sans Condensed'; font-weight: 500; font-style: normal; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; white-space: normal; background-color: #ffffff;">© 2009 - 2024 E-ZPass Interagency Group</div>
    </div>


</body></html>