https://skitou.fr/

ID de exploración:
585425d8-81b9-4559-a656-17309eabc5d5Finalizado
URL enviada:
https://skitou.fr/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 0 encontrados

HTML

<!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>