Source Code: Jake Lobb

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>History of FPS Games</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>


    <header>
        <h1>History of FPS Games</h1>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="timeline.html">Timeline</a></li>
                <li><a href="iconic.html">Iconic Games</a></li>
            </ul>
        </nav>
    </header>


    <section>
        <h2>Introduction to FPS Games</h2>
        <p>First-person shooters (FPS) are one of the most popular video game genres, and have shaped the gaming industry over the years. From the early 3D environments in games like <strong>Doom (1993)</strong> to the modern competitive gameplay in titles like <strong>Overwatch</strong>, FPS games have evolved significantly.</p>
        <p>This website takes you through the history of FPS games, highlighting key moments, influential titles, and how the genre has transformed over time.</p>
        

        <p>Explore the <a href="timeline.html">timeline</a> of FPS games and learn about the iconic games that defined this genre.</p>
    </section>


    <footer>
        <p>&copy; 2025 Jake Lobb.</p>
    </footer>

</body>
</html>