Source Code: Mateo Fakapulia

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Clash Royale - Guide to the game</title>
        <meta name="author" content="Mateo Fakapulia">
        <link rel="stylesheet" href="style.css">
    </head>

<body>

        <nav>
            <p>
                <a href="cards.html">Cards</a>
                <a href="index.html" class="currentpage"><img src="Images/clash royale.png"></a>
                <a href="guide.html">Guide</a>
            </p>
        </nav>
        <HR>
        <section>
            <img src="Images/Battle image.jpg" class="left-img">

            <h2>Epic Real-Time Card Battles</h2>
        <p>
            Clash Royale is a real-time multiplayer game starring the 
            Royales, your favourite Clash® characters and much, much more. 
            Collect and upgrade dozens of cards featuring the Clash of Clans
            troops, spells and defenses you know and love, as well as the 
            Royales: Princes, Knights, Baby Dragons, and many more unique cards added
            specifically for Clash Royale. Knock the enemy
            King and Princesses from their towers to defeat your opponents and 
            win Trophies, Crowns and glory in the Arena.  
        </section>
        <hr>
        <h2>Fan-favourite content creators</h2>
        <ul> 
            <li>Ryley - Clash Royale</li><iframe width="560" height="315" src="https://www.youtube.com/embed/gq_v0VMVrEo?si=Eq_PN-NqY8NizuOY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
            <li>Ian77 - Clash Royale</li><iframe width="560" height="315" src="https://www.youtube.com/embed/Dr1Z6xfAOBY?si=b5GvQXKiZbWTMPfo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
            <li>Boss_CR</li><iframe width="560" height="315" src="https://www.youtube.com/embed/d7Ymvb_jGec?si=1vuL2dGv1DacLCqa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
        </ul>
        

        <hr>

        
        <h2>Other websites to reference from</h2>
        <h3>(click the picture)</h3>

        <ul>
            <li>RoyaleAPI</li><a href="https://royaleapi.com/?lang=en" target="_blank"><img src="Images/royale API.png"></a>
            <li>Deck Shop</li><a href="https://www.deckshop.pro/" target="_blank"><img src="Images/Deck Shop.png"></a>
        </ul>

    <footer>
        &copy; 2025 Mateo Fakapulia
    </footer>
    
    </body>
</html>