- Scan-ID:
- 585425d8-81b9-4559-a656-17309eabc5d5Beendet
- Eingereichte URL:
- https://skitou.fr/
- 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>Hello there! - skitou.fr</title>
<meta property="og:title" content="Hello there! - skitou.fr">
<meta property="og:description" content="There's nothing much here since it's mostly private :p">
<meta property="og:url" content="https://skitou.fr">
<meta property="og:image" content="https://skitou.fr/pp.png">
<meta property="og:type" content="website">
<meta name="theme-color" content="#00FFFF">
<link rel="icon" href="pp.png">
<style>
:root{
color-scheme: dark;
}
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container {
max-width: 600px;
padding: 20px;
}
a {
color: cyan;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Hello there!</h1>
<p>There's nothing much here since it's mostly private :p</p>
<a href="https://uptime.skitou.fr/status/home">Network Status</a>
</div>
</body></html>