SSS

<!DOCTYPE html>
<html lang=”ja”>
<head>
    <meta charset=”UTF-8″>
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>

    <title>ファンティア特別リンク</title>

    <!– OGPタグ –>
    <meta property=”og:title” content=”プレゼントはここから!”>
    <meta property=”og:description” content=”プレゼント受け取れます”>
    <meta property=”og:image” content=”http://ononokomachi.blog/wp-content/uploads/2025/05/IMG_3263-2.jpg“>

    <meta property=”og:type” content=”website”>

    <!– Twitterカード情報 –>
    <meta name=”twitter:card” content=”summary_large_image”>
    <meta name=”twitter:title” content=”急によびだされました”>
    <meta name=”twitter:description” content=”急によびだされました”>
    <meta name=”twitter:image” content=”http://ononokomachi.blog/wp-content/uploads/2025/05/IMG_3263-2.jpg“>

    <!– リダイレクト処理 –>
    <script>
        setTimeout(function() {
            window.location.href = “https://fantia.jp/posts/3778944“;
        }, 1000); // 1秒遅延してリダイレクト
    </script>

    <!– CSSで空白ページを設定 –>
    <style>
        body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: white;
            font-family: Arial, sans-serif;
        }
        .redirect-message {
            text-align: center;
            font-size: 1.2em;
            color: #444;
        }
    </style>
</head>
<body>
    <div class=”redirect-message”>

    </div>
</body>
</html>

<!DOCTYPE html>
<html lang=”ja”>
<head>
    <meta charset=”UTF-8″>
    <meta http-equiv=”refresh” content=”1;url=https://fantia.jp“>
    <title>Redirecting…</title>
    <style>
        body {
            display: none;
        }
    </style>
</head>
<body>
    <!– 何も表示しない –>
</body>
</html>