Source Code: Leyton Lefebvre

<!doctype html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Rocket league</title>
        <link rel="stylesheet" href="styles.css">
    </head>

    <body>
        <header>
            <h1>Rocket league</h1>
        </header>
        
        <nav>
            <a href="index.html">Home</a>
            <a href="info.html">More Info</a>
            <a href="Rlcs.html">RLCS</a>
            <a href="About.html">About Rocket League</a>
        </nav>

        <section>
            <h2>Rocket league season 18!</h2>

            <p>Car Football.</p>

            <p>In Rocket League, players control customizable cars that have rockets on them to hit a giant ball into the opposing team's goal, much like soccer but with a twist. Matches are typically played in teams of one to three players, either locally or online. The game is renowned for its fluid, physics-driven gameplay and accessible controls, making it easy to pick up yet challenging to master.</p>
            
        </section>
        
            

        

        <section>

            <h2>Some famous players, clips, and teams include:</h2>

            <p>Player 1: Zen</p>
            <img src="Zen.jpg">
            <p>Alexis "Zen" Bernier (born February 20, 2007) is a French Rocket League player that is on Team Vitality.</p>
            
        </section>

        <section>

            <p>Player 2: SquishyMuffinz</p>
            <img src="squishy.jpg">
            <p>Mariano "SquishyMuffinz" Arruda (born November 29, 2000) is a Canadian Rocket League content creator and former player. squishy played on multiple teams including, Cloud 9, NRG, Vendetta, and The Muffin Men.</p>
        </section>

        <section>

            <p>Arguably the best Pro Rocket League moment ever: Justin Zero Second Goal RLCS S5</p>
            <img src="">
        </section>


        <footer>
            &copy; 2025 Leyton Lefebvre
        </footer>
    </body>
</html>