https://accounts.iiet.pl/login.php?redir=%2F

Submitted URL:
https://iiet.pl/Redirected
Report Finished:

The outgoing links identified from the page

LinkText
https://git.iiet.pl/iiet/bccountskod
https://knbit.edu.pl/#contactkontakt

JavaScript Variables · 3 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

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://accounts.iiet.pl/login.php?redir=%2F
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://accounts.iiet.pl/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>iiet.pl</title>
	<!-- TODO vendor -->
	<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="container min-vh-100 d-flex flex-column align-items-center">
	<header class="d-flex flex-wrap justify-content-between py-3 mb-4 border-bottom align-items-center w-100">
		<div class="flex-grow-1">
			<a href="/" class="link-body-emphasis text-decoration-none fs-4">iiet.pl</a>
		</div>
		<a href="/login.php" class="btn btn-primary">Zaloguj się</a>
	</header>
<form class="w-100" style="max-width: 400px;" method="post">
		<label for="user">Login (lub email):</label>
	<input type="text" name="user" class="form-control mb-2" required="" autofocus="">
	<label for="pass">Hasło:</label>
	<input type="password" name="pass" class="form-control mb-3" required="">
	<div class="d-flex flex-wrap justify-content-between align-items-center">
		<button class="btn btn-primary">Zaloguj się</button>
		<a id="forgotpass" href="/recover.php">Zapomniałeś hasła?</a>
	</div>
</form>
	<footer class="py-3 mt-4 border-top mt-auto w-100 d-flex text-body-secondary">
		<div class="flex-grow-1">
			bccounts, stworzone przez BIT. 2024.
		</div>
		<div>
			<a href="https://git.iiet.pl/iiet/bccounts">kod</a>,
			<a href="/privacy.php">polityka prywatności</a>,
			<a href="https://knbit.edu.pl/#contact">kontakt</a>
		</div>
	</footer>
</div>


</body></html>