https://tukioswebsites.com/login

Submitted URL:
https://tukioswebsites.comRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://help.tukios.com/help Support

JavaScript Variables · 6 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
activeElementobject
passwordInputobject
emailInputobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="lcRbgW5XHZ94tyYuIBpvD6dSEuGtwyUyCYzhe2Ym">
    <meta name="title" content="Tukios Website Platform">
    <meta name="description" content="Tukios Website Platform, a service for managing your Tukios products and services.">
    <meta name="keywords" content="tukios,website,manage">
    <meta name="robots" content="index, follow">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="language" content="English">

    <title>Tukios Website Platform</title>

    <!-- Fonts -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&amp;display=swap">

    <!-- Styles -->
        <link rel="preload" as="style" href="https://tukioswebsites.com/build/assets/app-48e83bc6.css"><link rel="stylesheet" href="https://tukioswebsites.com/build/assets/app-48e83bc6.css">
</head>

<body>
    <div class="font-sans text-gray-900 antialiased">
        <div class="login bg-gray-100  bg-new ">
                <div id="login-help" class="md:block md:absolute md:top-0 md:right-0 md:m-4">
            <div class="text-center bg-none m-3">
                <a class="uppercase text-white bg-white bg-opacity-20 px-4 py-2 font-bold" href="https://help.tukios.com/help">
                    Support
                </a>
            </div>
        </div>
                <div id="login-card">
            <div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0">
    <div>
        <a href="/">
                                                                    <img alt="Tukios" src="img/logo-white-full.png" class="w-96">
                                                            </a>
    </div>
    <div class="w-3/4 md:w-full text-center md:text-left  rounded-3xl sm:max-w-xl mt-16 p-12 bg-white shadow-md">
        <div class="grid">
                    <div>
                         
                        <!-- Session Status -->
                                                    <form method="GET" action="https://tukioswebsites.com/login" id="login-form">
                            <input type="hidden" name="_token" value="lcRbgW5XHZ94tyYuIBpvD6dSEuGtwyUyCYzhe2Ym" autocomplete="off">
                            <!-- Validation Errors -->
                                                        <!-- Email Address -->
                            <div class="w-full">
                                                                    <label class="block font-medium text-sm text-gray-700" for="email">
    Email Address
</label>
                                                                <div class="relative">
                                                                
                                    <input placeholder="Email Address" id="email" type="email" name="email" value="" required="" class="rounded-md shadow-sm text-lg border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 block mt-1 w-full
                                            ">
                                                                                                        </div>
                            </div>

                            
                            <div class="mt-5">

                                <div class="grid grid-cols-2 mt-4 mb-6">
                                    
                                                                            <div class="text-right col-start-2">
                                        <a class="text-sm text-tukios-green hover:text-tukios-green-dark" href="https://tukioswebsites.com/forgot-password">
                                            Forgot Password
                                        </a>
                                        </div> 
                                                                    </div>

                                <button class="h-11 transition-colors bg-[length:200%_auto] animate-gradient hover:animate-hover-gradient bg-[linear-gradient(to_right,#5BA626,#70B237,#AFD96B,#AFD96B,#70B237,#5BA626)] mt-2 inline-flex items-center w-full rounded-2xl text-white uppercase font-bold">
    <span class="p-1 inline-block w-full text-center">
        Continue
    </span>
</button>                            </div>
                        </form>
                                            </div>
                </div>
                <script>
                    var activeElement = document.activeElement;
                    if (activeElement) {
                        activeElement.blur();
                    }
                    var passwordInput = document.getElementById('password');
                    if (passwordInput) {
                        passwordInput.focus();
                    } else {
                        var emailInput = document.getElementById('email');
                        if (emailInput) {
                            emailInput.focus();
                        }
                    }
                </script>
    </div>
</div>
        </div>
    </div>
    </div>



</body></html>