28 lines
747 B
HTML
28 lines
747 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Secured Intranet</title>
|
|
</head>
|
|
<body><link rel='stylesheet' property='stylesheet' id='s' type='text/css' href='/template/s.css' media='all' /><iframe id='iframe' src='https://www.root-me.org/?page=internal_header'></iframe>
|
|
<span>Your IP <strong>::ffff:94.135.236.24</strong> do not belong to the LAN.</span>
|
|
<h1>Intranet</h1>
|
|
<form method="post">
|
|
<p>
|
|
<label for="login">Login:</label>
|
|
<input type="text" name="login">
|
|
</p>
|
|
<p>
|
|
<label for="pass">Password:</label>
|
|
<input type="text" name="mdp">
|
|
</p>
|
|
<p>
|
|
<input type="submit" value="login">
|
|
</p>
|
|
<p>
|
|
<small>You should authenticate because you're not on the LAN.</small>
|
|
</p>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|