- ID de l'analyse :
- 469a7c1d-09ca-47c5-8a47-95fa7c458823Terminée
- URL soumise :
- https://clearance-amiprobashi.com/Redirigé
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 16 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 |
Helpers | object |
gtag | function |
dataLayer | object |
flasher | object |
google_tag_manager | object |
google_tag_data | object |
$ | 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 class="light-style layout-menu-fixed" data-theme="theme-default" data-assets-path="https://clearance-amiprobashi.com/assets/" data-base-url="https://clearance-amiprobashi.com" data-framework="laravel" data-template="vertical-menu-laravel-template-free"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Login to system | Ami Probashi </title>
<meta name="description" content="Most Powerful & Comprehensive Bootstrap 5 HTML Admin Dashboard Template built for developers!">
<meta name="keywords" content="dashboard, bootstrap 5 dashboard, bootstrap 5 design, bootstrap 5, bootstrap 5 free, free admin template">
<!-- laravel CRUD token -->
<meta name="csrf-token" content="eR5nXHYH4FkfjhnwMLzyZbsJyIUHCoAuqiz4EASb">
<!-- Canonical SEO -->
<link rel="canonical" href="https://themeselection.com/item/sneat-bootstrap-html-laravel-admin-template/">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="https://clearance-amiprobashi.com/assets/img/favicon/favicon.ico">
<!-- Include Styles -->
<!-- BEGIN: Theme CSS-->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/vendor/fonts/boxicons.css">
<!-- Core CSS -->
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/vendor/css/core.css">
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/vendor/css/theme-default.css">
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/css/demo.css">
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css">
<!-- Vendor Styles -->
<!-- Page Styles -->
<!-- Page -->
<link rel="stylesheet" href="https://clearance-amiprobashi.com/assets/vendor/css/pages/page-auth.css">
<!-- Include Scripts for customizer, helper, analytics, config -->
<!-- laravel style -->
<script src="https://clearance-amiprobashi.com/assets/vendor/js/helpers.js"></script><style type="text/css">
.layout-menu-fixed .layout-navbar-full .layout-menu,
.layout-page {
padding-top: 0px !important;
}
.content-wrapper {
padding-bottom: 0px !important;
}</style>
<!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. -->
<script src="https://clearance-amiprobashi.com/assets/js/config.js"></script>
<!-- beautify ignore:end -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'GA_MEASUREMENT_ID');
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async="" defer="" src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript" class="flasher-js">(function() { var rootScript = 'https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher.min.js'; var FLASHER_FLASH_BAG_PLACE_HOLDER = {}; var options = mergeOptions([], FLASHER_FLASH_BAG_PLACE_HOLDER); function mergeOptions(first, second) { return { context: merge(first.context || {}, second.context || {}), envelopes: merge(first.envelopes || [], second.envelopes || []), options: merge(first.options || {}, second.options || {}), scripts: merge(first.scripts || [], second.scripts || []), styles: merge(first.styles || [], second.styles || []), }; } function merge(first, second) { if (Array.isArray(first) && Array.isArray(second)) { return first.concat(second).filter(function(item, index, array) { return array.indexOf(item) === index; }); } return Object.assign({}, first, second); } function renderOptions(options) { if(!window.hasOwnProperty('flasher')) { console.error('Flasher is not loaded'); return; } requestAnimationFrame(function () { window.flasher.render(options); }); } function render(options) { if ('loading' !== document.readyState) { renderOptions(options); return; } document.addEventListener('DOMContentLoaded', function() { renderOptions(options); }); } if (1 === document.querySelectorAll('script.flasher-js').length) { document.addEventListener('flasher:render', function (event) { render(event.detail); }); } if (window.hasOwnProperty('flasher') || !rootScript || document.querySelector('script[src="' + rootScript + '"]')) { render(options); } else { var tag = document.createElement('script'); tag.setAttribute('src', rootScript); tag.setAttribute('type', 'text/javascript'); tag.onload = function () { render(options); }; document.head.appendChild(tag); }})();</script><script src="https://cdn.jsdelivr.net/npm/@flasher/[email protected]/dist/flasher.min.js" type="text/javascript"></script>
</head>
<body>
<!-- Layout Content -->
<!-- Content -->
<div class="container-xxl">
<div class="authentication-wrapper authentication-basic container-p-y">
<div class="authentication-inner">
<!-- Register -->
<div class="card">
<form action="https://clearance-amiprobashi.com/login" method="post">
<input type="hidden" name="_token" value="eR5nXHYH4FkfjhnwMLzyZbsJyIUHCoAuqiz4EASb" autocomplete="off"> <div class="card-body">
<!-- Logo -->
<div class="app-brand justify-content-center">
<a href="https://clearance-amiprobashi.com" class="app-brand-link gap-2">
<span class="app-brand-logo demo">
<img class="w-px-40 h-auto rounded-circle" src="https://clearance-amiprobashi.com/storage/profile_pictures/CRRFpQOyjyYjXpXprYuyFXShOS9Use5WJXOcej2y.jpg" alt="testapp">
</span>
<span class="app-brand-text demo text-body fw-bolder">testapp</span>
</a>
</div>
<!-- /Logo -->
<p class="mb-4 text-center">Please sign-in to your account</p>
<div class="mb-3">
<label for="email" class="form-label">Email or Username</label>
<input type="text" class="form-control " id="email" name="email" placeholder="Enter your email or username" autofocus="">
</div>
<div class="mb-3 form-password-toggle">
<div class="d-flex justify-content-between">
<label class="form-label" for="password">Password</label>
</div>
<div class="input-group input-group-merge">
<input type="password" id="password" class="form-control " name="password" placeholder="············" aria-describedby="password">
<span class="input-group-text cursor-pointer"><i class="bx bx-hide"></i></span>
</div>
</div>
<div class="mb-3">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="remember-me">
<label class="form-check-label" for="remember-me">
Remember Me
</label>
</div>
</div>
<div class="mb-3">
<button class="btn btn-primary d-grid w-100" type="submit">Sign in</button>
</div>
</div></form>
</div>
<!-- /Register -->
</div>
</div>
</div>
<!--/ Content -->
<!--/ Layout Content -->
<!-- Include Scripts -->
<!-- BEGIN: Vendor JS-->
<script src="https://clearance-amiprobashi.com/assets/vendor/libs/jquery/jquery.js"></script>
<script src="https://clearance-amiprobashi.com/assets/vendor/libs/popper/popper.js"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://clearance-amiprobashi.com/assets/vendor/js/bootstrap.js"></script>
<script src="https://clearance-amiprobashi.com/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js"></script>
<script src="https://clearance-amiprobashi.com/assets/vendor/js/menu.js"></script>
<!-- END: Page Vendor JS-->
<!-- BEGIN: Theme JS-->
<script src="https://clearance-amiprobashi.com/assets/js/main.js"></script>
<!-- END: Theme JS-->
<!-- Pricing Modal JS-->
<!-- END: Pricing Modal JS-->
<!-- BEGIN: Page JS-->
<!-- END: Page JS-->
</body></html>