https://yelbridges.dp-serviceportal.com/login

Submitted URL:
https://yelbridges.dp-serviceportal.com/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 24 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
gtagfunction
dataLayerobject
$function
jQueryfunction
google_tag_managerobject
google_tag_dataobject
GoogleAnalyticsObjectstring

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://yelbridges.dp-serviceportal.com/login
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://yelbridges.dp-serviceportal.com/img/no-favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="icon" type="image/x-icon" href="/img/no-favicon.ico">

    <title>Data Protection Portal Login</title>
    <meta name="description" content="Data Protection Portal Login">
    <meta name="keywords" content="Data Protection Portal Login">

    <link href="/css/bootstrap.min.css" rel="stylesheet">
    <link href="/font-awesome/css/font-awesome.css" rel="stylesheet">
    <link href="/css/yelbridges.css" rel="stylesheet">

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-161133863-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-161133863-1');
    </script>

</head>
<body class="">

<div class="row parallax content-site text-center " id="particles-js" style="background-color: #00307d"></div>

<div class="container">
    <div class="menu content-site">
        <div class="row menu-container">
            <a href="/">
                <div class="col-md-3">

                </div>
            </a>
            <div class="col-md-9">
            </div>

        </div>


        <div class="row">
            <div class="col-md-12 feature-heading">
                <h1>Data Protection Manager</h1>
            </div>
        </div>
        <div class="row">
            <div class="col-md-2 divider">&nbsp;</div>
        </div>
        <div class="row">
            <div class="col-md-12 feature-heading">
            </div>
        </div>

    </div>

    <div class="row section-header">
        <div class="col-md-12" style="text-align: center;">
            <img width="200" src="/img/whitelable/yelbridges/Yellogo.png">
            <h4>Compliance-as-a-Service</h4>
        </div>
    </div>

    <div class="row m-b-lg">
        <div class="login-widget col-md-4 col-md-offset-4">
            <form class="m-t" role="form" action="" method="post">
                
                
                <div class="form-group">
                    <input id="email" value="" name="email" type="email" class="form-control" placeholder="E-Mail" required="">
                </div>
                <div class="form-group">
                    <input id="password" name="password" type="password" class="form-control" placeholder="Password" required="">
                </div>
                <button type="submit" class="btn btn-warning btn-resguard block full-width m-b">Login</button>
                <input type="hidden" name="_csrf_token" value="5ae120d521c.ShI_6uTqOlZ7VS22-v4YcC2oMQIlNMQ19EmLG5k1LV4.c3Fc34uNVy8YMmGOjbtuKGmaCWNzYKd3uCrqU8YYFWcyR1KZjo0DDhYwHQ">

                <a href="/password-reset/" class="btn btn-sm btn-white btn-block">Forgot password?</a>
            </form>
        </div>
    </div>


</div>


<section id="contact" class="gray-section contact">
    <div class="container">
        <div class="row m-b-lg">
            <div class="col-lg-12 text-center">
                <h3>Yelbridges</h3>
                <p>If you have any questions or comments, you can reach us under following contact details.</p>
            </div>
        </div>
        <div class="row m-b-lg">
            <div class="col-lg-3 col-lg-offset-3">
                <address>
                    <strong><span class="navy">Yelbridges</span></strong><br>
                    T-Plaza 4th Floor<br>
                    Thika, Kenya<br>

                </address>
            </div>
            <div class="col-lg-4">
                <div><i class="fa fa-envelope"></i> [email protected]</div>
                <div><i class="fa fa-phone"></i> +254 703 412 771</div>
            </div>
        </div>
        <div class="row">
            <div class="col-lg-12 text-center">
            </div>
        </div>
        <div class="row">
            <div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg">
                <p><strong>© 2024</strong><br>Data Protection Solutions</p>
            </div>
        </div>
    </div>
</section>


<!-- Mainly scripts -->
<script src="/js/jquery-2.1.1.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/particles.js"></script>



<script>

    $(document).ready(function () {


    });

    function mobileNavi() {
        var x = document.getElementById("burger-menu");
        if (x.style.display === "block") {
            x.style.display = "none";
        } else {
            x.style.display = "block";
        }
    }


</script>

    <!-- Toastr -->
<link href="/css/plugins/toastr/toastr.min.css" rel="stylesheet">
<script src="/js/plugins/toastr/toastr.min.js"></script>

<script>
    $(document).ready(function() {

        toastr.options = {
            "closeButton": true,
            "debug": false,
            "progressBar": true,
            "preventDuplicates": false,
            "positionClass": "toast-top-right",
            "onclick": null,
            "showDuration": "400",
            "hideDuration": "1000",
            "timeOut": "7000",
            "extendedTimeOut": "1000",
            "showEasing": "swing",
            "hideEasing": "linear",
            "showMethod": "fadeIn",
            "hideMethod": "fadeOut"
        };

                            });
</script>


</body></html>