- ID de l'analyse :
- ce1f406d-4539-4b27-a42d-9fe674564026Terminée
- URL soumise :
- https://cyber.casa/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 4 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 |
__cfBeacon | 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><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Syne+Mono&display=swap" rel="stylesheet">
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html {
background-color: black;
font-family: monospace;
}
body {
max-width: 800px;
margin: auto
}
.sidebar {
color: green;
float: left;
margin-left: -22ex;
margin-right: 3ex;
border-right: 2px solid;
display: none;
}
.content {
font-size: 120%;
color: green;
margin: 25px;
}
.headline {
font-family: 'Major Mono Display', monospace;
font-size: 200%;
margin-top: 50px;
margin-bottom: 25px;
}
.headline:first-of-type {
padding-top: 20ex;
}
.para {
font-family: 'Syne Mono', monospace;
margin-bottom: 20px;
line-height: 150%;
color: lightgrey;
}
.para:last-of-type {
padding-bottom: 50px;
}
a {
color: skyblue;
}
b {
color: white;
}
@media only screen and (min-width: 1200px) {
.content {
margin-top: 50px;
}
.sidebar {
display: block;
}
}
</style>
</head>
<body>
<div class="content">
<pre class="sidebar"> ▄▄▄▄▄▄▄▄
██▀██▀██▀
██ ██ ██
▀█▄ ██▄██
▀▀▀
▄▄ ▄▄▄
██ ▄██▀██
██ ██ ██
▀█▄██ ██
▀▀▀ ▀▀
▄▄▄▄▄▄▄▄
██▀██▀██▀
██ ██ ██
▀█▄ ██▄██
▀▀▀
▄▄ ▄▄
██ ██
██ ██
▀██▄▄▄██▀
▀▀▀▀▀
███
▄▄
██
▀█▄
█████████
▄▄▄ ▄▄
▄█▀██ ██
██ ██ ██
▀█▄██▄██▀
▀▀▀▀▀
▄▄▄▄▄
▄██▀▀▀██▄
██ ██
▄▄▄▄██▄▄▄██▄
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄
█████▄▄▄
▄██████▄▄
████▀▀ ██
▀
▄▄ ▄▄
██ ██
██ ██
▀██▄▄▄██▀
▀▀▀▀▀ </pre>
<div class="headline">
about
</div>
<div class="para">
cyber.casa undertakes internet research.
</div>
<div class="para">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<!-- Cloudflare Pages Analytics --><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{"token": "83821b818f5e407dba740192c36deae9"}"></script><!-- Cloudflare Pages Analytics -->
</div></body></html>