<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta name="description" content="Survive the monster apocalypse in this thrilling online game!">

    <link rel="canonical" href="https://mikajourney.online/">

    <title>Monster Survivors - Play Online</title>

    <script src="https://cdn.tailwindcss.com"></script>

</head>

<body class="bg-gray-50 text-gray-900 font-sans">

    <header class="bg-blue-600 text-white p-6 text-center">

        <h1 class="text-3xl font-bold">Monster Survivors</h1>

        <p class="text-lg">Survive the monster apocalypse in this thrilling online game!</p>

    </header>

    

    <main class="max-w-4xl mx-auto p-6">

        <section>

            <h2 class="text-2xl font-semibold mb-4">Play Now</h2>

            <div class="w-full aspect-w-16 aspect-h-9">

                <iframe src="https://cloud.onlinegames.io/games/2025/unity/monster-survivors/index-og.html" 

                    width="100%" height="600px" frameborder="0" allowfullscreen class="rounded-lg shadow-lg"></iframe>

            </div>

        </section>

        

        <section class="mt-8">

            <h2 class="text-2xl font-semibold mb-4">Game Overview</h2>

            <p class="text-gray-700 leading-relaxed">

                Monster Survivors is an action-packed survival game where players must fight against hordes of monsters.

                Upgrade your weapons, develop strategies, and work with allies to endure the apocalypse. Play now and see

                how long you can survive!

            </p>

        </section>

    </main>

    

    <footer class="text-center p-6 mt-12 bg-gray-200">

        <p>&copy; 2025 Monster Survivors. All rights reserved.</p>

    </footer>

</body>

</html>