https://athena.neosoft.co.id/login

제출된 URL:
https://athena.neosoft.co.id/리디렉션됨
보고서 완료:

링크 · 1개 결과

페이지에서 식별된 외부 링크

링크텍스트
https://www.neosoft.co.id/home/neosoft

JavaScript 변수 · 6개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
forgetPasswordfunction

콘솔 로그 메시지 · 1개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
verbosedom
URL
https://athena.neosoft.co.id/login
텍스트
[DOM] Input elements should have autocomplete attributes (suggested: "username"): (More info: https://goo.gl/9p2vKq) %o

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Login</title>
    <link rel="icon" href="https://athena.neosoft.co.id/img/logoBeyoutiful.jpg" type="image/x-icon">
    <!-- Tell the browser to be responsive to screen width -->
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

    <!-- Bootstrap 3.3.7 -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/bootstrap/css/bootstrap.min.css">
    <!-- Font Awesome -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/font-awesome/css/font-awesome.min.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="https://athena.neosoft.co.id/dist/css/AdminLTE.min.css">

    <link href="https://athena.neosoft.co.id/css/fontGoogle.css" rel="stylesheet">
</head>

<body class="hold-transition login-page">
    <div class="login-box">

        <!-- /.login-logo -->
        <div class="login-box-body">
            <div class="login-logo">
                <img src="https://athena.neosoft.co.id/img/logoBeyoutiful.jpg" alt="neosoft.co.id" width="270px">
            </div>
            <p class="login-box-msg">Enter your e-mail and password below to log in to your account and use the benefits
                of our app.</p>
            <div id="forgot"></div>
                        <form action="https://athena.neosoft.co.id/login" method="POST">
                <input type="hidden" name="_token" value="x0vtdFfmtxr3AoxATWY20Pat7k4c0lhzkKzgpWjd">
                <div class="form-group has-feedback">
                    <input type="email" name="email" class="form-control" value="" required="" placeholder="Email">
                    <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
                </div>
                <div class="form-group has-feedback">
                    <input type="password" name="password" class="form-control " placeholder="Password" required="" autocomplete="current-password">
                    <span class="glyphicon glyphicon-lock form-control-feedback"></span>
                </div>
                <div class="row">
                    <!-- /.col -->
                    <div class="col-xs-4 pull-right">
                        <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
                    </div>
                    <!-- /.col -->
                </div>
            </form>

            <a onclick="forgetPassword()">I forgot my password</a><br>
            <hr>
            <div class="text-center">
                <i>powered by</i> <a href="https://www.neosoft.co.id/home/" style="font-size:18px; padding-left:4px;">neosoft</a>
            </div>
        </div>
        <!-- /.login-box-body -->
    </div>
    <!-- /.login-box -->
    <!-- jQuery 3 -->

    <script src="https://athena.neosoft.co.id/plugins/jQuery/jquery.min.js"></script>
    <script src="https://athena.neosoft.co.id/bootstrap/js/bootstrap.min.js"></script>
    <script>
        $('.alert').css('display', 'block').delay(5000).fadeOut();


        function forgetPassword() {
            $('#forgot').append('<ul class="alert alert-warning">Please Contact your Admin</ul>').delay(10000).fadeOut();
        }
    </script>



</body></html>