https://monvisa-dz.com/

Submitted URL:
https://monvisa-dz.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

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Origin Error</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            position: relative;
        }
        h1 {
            color: #5ca731;
            text-align: left;
            margin-left: 20px;
        }
        .error-info {
            text-align: left;
            margin-left: 20px;
        }
        .error-info p:first-child {
            margin-bottom: 75px;
        }
        footer {
            position: absolute;
            bottom: 10px;
            color: #777;
        }
    </style>
</head>
<body>
    <h1>Origin Unreachable</h1>
    <div class="error-info">
        <p>Sorry, we are unable to reach the origin server at the moment. Please try again later.</p>
        <p><strong>Error ID</strong>: 1aaf7c2d-50ab-4878-9de5-eae3e59f8141</p>
        <p><strong>Timestamp</strong>: 2024-10-09 16:02:19</p>
        
    </div>
    <footer>Powered by Ezoic</footer>


</body></html>