Source Code: Noah Vant

<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Why you should play Forsaken</title>
        <link rel="stylesheet" href="styles.css">
    </head>

    <body>

    </body>

    <body>

        <header>
            <h2>Forsaken</h2>
        </header>

        <nav>
            <a href="Index.html">Home</a>
            <a href="Info.html">Information</a>
            <a href="Gallery.html">Gallery</a> 
            <a href="Media.html">Media</a>
        </nav>
        
        <section>
           
            <h1>Why you should play forsaken</h1>

            <img src="images/Forsaken_icon.jpg">

            <h3>Survivalist Based Game</h3>
        
        </section>

        <footer>
            &copy; 2025 Noah Vant
        </footer>

    </body> 


</html>