https://skitou.fr/

已提交的 URL:
https://skitou.fr/
報告完成時間:

連結 · 找到 0 個

JavaScript 變數 · 找到 3 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 0 條

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>