- ID de l'analyse :
- 66899774-e55e-4e21-a53e-11557491f3b1Terminée
- URL soumise :
- https://demo.rtxrebrands.com/RTXIboProUltraRedirigé
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://t.me/RtxRebrand | RTX Rebrand |
Variables JavaScript : 15 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 |
Popper | function |
bootstrap | object |
hexToRgb | function |
clamp | function |
isInArray | function |
Messages de journal de console : 2 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
verbose | dom |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="RTX Rebrand">
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/css.css">
<title>RTX Rebrand</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #131419;
}
.form {
position: relative;
width: 350px;
padding: 40px 40px 60px;
background: #131419;
border-radius: 10px;
text-align: center;
box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.05),
5px 5px 15px rgba(0,0,0,0.5);
}
.form h2 {
color: #c7c7c7;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 4px;
}
.form .input {
text-align: left;
margin-top: 40px;
}
.form .input .inputBox {
margin-top: 20px;
}
.form .input .inputBox label {
display: block;
color: #868686;
margin-bottom: 5px;
font-size: 18px;
}
.form .input .inputBox input {
width: 100%;
height: 50px;
background: #131419;
border: none;
outline: none;
border-radius: 40px;
padding: 5px 15px;
color: #fff;
font-size: 18px;
color: #03a9f4;
box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.1),
inset 2px 2px 6px rgba(0,0,0,0.8);
}
.form .input .inputBox input[type="submit"] {
margin-top: 20px;
box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.1),
2px 2px 6px rgba(0,0,0,0.8);
}
.form .input .inputBox input[type="submit"]:active {
color: #006c9c;
margin-top: 20px;
box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.1),
inset 2px 2px 6px rgba(0,0,0,0.8);
}
.form .input .inputBox input::placeholder {
color: #555;
font-size: 18px;
}
.forget {
margin-top: 30px;
color: #555;
}
.forget a {
color: #ff0047;
}
</style></head>
<body><br><br>
<div class="form">
<h2>Login</h2>
<form method="post">
<div class="input">
<div class="inputBox">
<label>Username</label>
<input type="text" name="username" placeholder="Username">
</div>
<div class="inputBox">
<label>Password</label>
<input type="password" name="password" placeholder="•••••••">
</div>
<div class="inputBox">
<input type="submit" name="login" value="LOGIN">
</div>
</div>
</form>
<p class="forget"><a href="https://t.me/RtxRebrand">RTX Rebrand</a></p>
</div>
<br><br>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</body></html>