- ID de exploración:
- 58f07169-b7f5-4555-8f12-2c7963d47d5dFinalizado
- URL enviada:
- https://www.bestbyte.hu/Redireccionado
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 3 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensajes de registro de la consola: 4 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registrar |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
warning | other |
|
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server">
<title>Zárva</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no, maximum-scale=1">
<link rel="preload" href="/Content/fonts/Montserrat-SemiBold.woff" as="font" type="font/woff" crossorigin="">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Inter, sans-serif;
font-size: 16px;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: #F3F3F2;
color: #101010;
}
.error {
max-width: 400px;
min-width: 320px;
padding: 1rem;
}
a {
text-decoration: none;
color: #16BD59;
display: inline-block;
}
p {
margin: 1em 0;
}
ul {
list-style: none;
padding: 0;
}
li {
padding: .25em 0;
}
.error__title {
color: lightgrey;
font-size: 8em;
font-weight: 800;
font-style: italic;
line-height: 1.15;
}
.error__subtitle {
font-size: 1.5em;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
margin: 1em 0;
}
.error__button {
margin-top: 1rem;
background-color: #16BD59;
color: #fff;
font-weight: 700;
font-size: 14px;
padding: 1rem 1.5rem;
}
.error__details {
overflow: hidden;
}
.error__meta {
border-top: 1px solid #EAEAEA;
padding-top: 1rem;
margin-top: 1.5rem;
font-size: 13px;
color: #3C3C3B;
}
.error__logo {
background: transparent url('../../content/images/logo-bb.svg') no-repeat center center;
background-size: contain;
width: 10rem;
height: 2.25rem;
margin-top: 1rem;
}
.inner {
padding: 1.5em;
background: white;
}
@media screen and (max-width: 576px) {
.error__title {
font-size: 5em;
}
}
</style>
</head>
<body>
<div class="error">
<div class="inner">
<div>
<div class="error__subtitle">Tisztelt Vásárlóink!</div>
</div>
<div class="error__details"><p>Áruházunk jelenleg zárva tart.</p></div>
<div class="error__details">
<p><strong>Kedves Vásárló! Webáruházunk jelenleg karbantartás alatt van, kérlek nézz vissza később! </strong></p>
</div>
</div>
<div class="error__logo"></div>
</div>
</body></html>