- ID de l'analyse :
- ef69ffaa-ea0e-4e96-bb7e-0f04d69c7556Terminée
- URL soumise :
- https://squarebracket.me/gateway
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 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 |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<title>gateway</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
font-family: "Roboto", sans-serif;
}
form, .error {
width: 400px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.error {
color: red;
}
legend {
color: rgb(0, 51, 102);
letter-spacing: 3px;
}
input[type=submit] {
border: 0;
outline: 0;
cursor: pointer;
color: rgb(60, 66, 87);
background-color: rgb(255, 255, 255);
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
border-radius: 4px;
font-size: 14px;
font-weight: 500;
padding: 4px 8px;
display: inline-block;
min-height: 28px;
font-family: "Roboto", sans-serif;
transition: background-color .24s,box-shadow .24s;
}
input[type=submit]:hover {
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}
input[type=text] {
width: 300px;
text-align: center;
border: 2px solid black;
}
/* .form-stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:center;line-height:20px;padding-top:0;} */
</style>
</head>
<body>
<form method="post" action="" class="form-stacked"><center>
<fieldset>
<legend><!--squarebracket.me--><img src="./static/sbb/wmblack.png" height="40"></legend>
<p>
<input type="text" name="sbmepwd">
</p>
<p>
<input type="submit" name="enter" value="enter">
</p>
<p style="color:red;">don't bother me for the password,<br> if you should have it you'd have it</p></fieldset></center>
</form>
</body></html>