<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">

<title>Pokies4.fun – Official Information Gateway for the Pokies4fun® Brand</title>

<meta name="description" content="Pokies4.fun is an official information gateway for the Pokies4fun® and Aussie Slots® brands. These brands are not associated with, affiliated with, or endorsing any online gambling websites offering gambling services to Australian users. All Pokies4fun content is amusement-only.">

<meta name="keywords" content="Pokies4fun, Pokies 4 Fun, Aussie Slots, amusement games, online entertainment Australia, digital gaming Australia, amusement only games">

<link rel="canonical" href="https://pokies4.fun/">

<link rel="icon" type="image/svg+xml" href="/favicon.svg">

<style>
    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #000;
        font-family: Arial, sans-serif;
        overflow-x: hidden;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 100vh;
        background: #000;
        overflow: hidden;
    }

    .hero img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1920px;
        height: auto;
        display: block;
    }

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.55);
        z-index: 1;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .top-box,
    .content-box,
    .seo-box {
        background: rgba(0,0,0,0.85);
        border: 2px solid #333;
        border-radius: 12px;
        box-shadow: 0 0 25px rgba(255,215,0,0.25);
        margin-bottom: 20px;
        color: #fff;
        width: 100%;
    }

    .top-box {
        text-align: center;
        padding: 30px 40px;
    }

    .top-box h1 {
        margin: 0;
        font-size: 34px;
        color: #FFD700;
    }

    .top-box h2 {
        margin-top: 10px;
        font-size: 18px;
        color: #ccc;
        font-weight: normal;
    }

    .warning {
        margin-top: 15px;
        font-size: 16px;
        color: #ff6666;
        font-weight: bold;
    }

    .content-box {
        text-align: center;
        padding: 30px 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-box p {
        font-size: 18px;
        color: #ccc;
        margin-bottom: 20px;
    }

    .content-box a {
        display: inline-block;
        padding: 14px 30px;
        background: #FFD700;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        border-radius: 6px;
        font-size: 20px;
        transition: 0.2s;
    }

    .content-box a:hover {
        background: #ffef8a;
        transform: scale(1.05);
    }

    .seo-box {
        padding: 30px 40px;
        font-size: 17px;
        line-height: 1.6;
        text-align: left;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        border-top: 3px solid #FFD700;
        z-index: 3;
        box-sizing: border-box;
        text-align: center;
        padding: 0 20px;
    }
</style>
</head>

<body>

<div class="hero">
    <img src="game.jpg" alt="Pokies4fun Background">
    <div class="hero-overlay"></div>

    <div class="hero-content">
        <div class="top-box">
            <h1>Pokies4.fun – Official Information Gateway</h1>
            <h2>All Pokies4fun® Content Is For Amusement Only</h2>

            <div class="warning">
                ⚠️ Pokies4fun® and Aussie Slots® are not associated with, affiliated with, or endorsing any online gambling websites offering gambling services to Australian users.
            </div>
        </div>

        <div class="content-box">
            <p>This site provides official brand information and links to legitimate Pokies4fun® resources.</p>
            <a href="https://pokies4fun.com">Visit Main Site</a>
        </div>

        <div class="seo-box">
            <h2 style="color:#FFD700; margin-top:0;">About Pokies4.fun</h2>
            <p>
                Pokies4.fun is an official information gateway for the Pokies4fun® and Aussie Slots® brands, both of which operate strictly within the amusement‑only digital entertainment category.
            </p>
            <p>
                These brands do not offer, promote, support, or endorse any form of online gambling. They are not connected to any offshore gambling operators or websites that target Australian users.
            </p>
            <p class="warning">
                Important: Pokies4fun® and Aussie Slots® have no affiliation with any online gambling services, including offshore websites offering casino-style gambling to Australians.
            </p>
        </div>
    </div>
</div>

<footer>
    Pokies4fun® is a Registered Trademark – Aussie Slots® is a Registered Trademark
</footer>

</body>
</html>
