- Scan-ID:
- c5bb8d16-ab15-44d7-aa50-e7bb02c3a9a9Beendet
- Eingereichte URL:
- https://0x1b.tech/
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 3 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 0 gefunden
In der Web-Konsole protokollierte Meldungen
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>0x1b</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
background-color: #171717;
margin: 0;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div.logo {
max-width: 185px;
display: flex;
flex-direction: column;
align-items: center;
}
h1 {
margin: 0;
color: white;
font-family: Montserrat;
font-size: 80px;
line-height: 0.8;
margin-top: 30px;
}
div.container {
max-width: 160px;
max-height: 160px;
color: white;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
div.border {
height: 36px;
width: 36px;
}
div.box {
height: 34px;
width: 34px;
}
</style>
</head>
<body>
<div class="logo">
<div class="container">
<div class="border" style="border-top: 10px solid #fff; border-left: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-top: 10px solid #fff; border-right: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-bottom: 10px solid #fff; border-left: 10px solid #fff;"></div>
<div class="box"></div>
<div class="box"></div>
<div class="border" style="border-bottom: 10px solid #fff; border-right: 10px solid #fff;"></div>
</div>
<h1>0x1b</h1>
</div>
</body></html>