- ID de l'analyse :
- 400ef87a-b90d-44d4-aa8d-3e53da57fd11Terminée
- URL soumise :
- https://athena.neosoft.co.id/Redirigé
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.neosoft.co.id/home/ | neosoft |
Variables JavaScript : 6 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
forgetPassword | function |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
verbose | dom |
|
HTML
Le corps HTML de la page en données brutes
<!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>