- ID de l'analyse :
- eaafdd0e-8d1f-4d76-bd33-de46fdca3875Terminée
- URL soumise :
- https://vertragscheck24.eu/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 5 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 |
uidEvent | number |
bootstrap | 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="de"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vertragscheck24</title>
<link rel="icon" type="image/x-icon" href="favicon.webp">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="favicon.webp">
<style>
body {
display: flex;
align-items: center;
}
.form-signin {
max-width: 400px;
padding: 5px;
}
.form-signin .form-floating:focus-within {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
</style>
</head>
<body class="text-center">
<main class="form-signin w-100 m-auto">
<img src="Vertragscheck24.png" class="img-fluid mt-2 mb-3" alt="VC24">
<form action="" method="post">
<!-- <a href="https://vertragscheck24.at/" target="_blank"><img src="img/Vertragscheck24.png" alt="" width="400" height="29" class="mb-4"></a>-->
<h4 class="mb-3 fw-normal">Da die ORF-Haushaltsabgabe regional bedingt unterschiedlich hoch ausfällt, teilen Sie uns bitte Ihre Postleitzahl mit.</h4>
<div class="form-floating">
<input type="text" required="required" class="form-control mb-1" id="floatingInput" name="email" placeholder="Ihre E-Mail-Adresse">
<label for="floatingInput">Ihre E-Mail-Adresse</label>
</div>
<div class="form-floating">
<input name="plz" type="number" required="required" class="form-control mb-1" id="floatingInput" placeholder="Ihre PLZ">
<label for="floatingInput">Ihre PLZ</label>
</div>
<input name="fb_id" type="hidden" value="">
<button class="w-100 btn btn-lg btn-success" type="submit" style="background-color: #CE5909; color: #FFF">Absenden</button>
<!-- <p class="mt-5 mb-3 text-muted">© 2024 Vertragscheck24 GmbH</p>-->
</form>
</main>
</body></html>