- ID de l'analyse :
- 58f07169-b7f5-4555-8f12-2c7963d47d5dTerminée
- URL soumise :
- https://www.bestbyte.hu/Redirigé
- 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 : 4 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
warning | other |
|
HTML
Le corps HTML de la page en données brutes
<!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>