Source Code: Micah Borell

<!doctype html>

<head>
    <h1>Old World Blues/Fallout</h1>
    <meta charset="utf8">
    <title>Old World Blues</title>
    <link rel="stylesheet" href="style.css">
</head>
    <body>

        <header>
            <h2>CRPG/FPS RPG</h2>
        </header>

        <nav>
        <a href="index.html">Home</a>
        <a href="info.html">Fallout lore</a>
        <a href="info2.html">Fallout 2 Lore</a>
        <a href="video.html">Video</a>
        </nav>

        <section>
       <p>
        What is Fallout? 
        Fallout is a Post Nuclear Apocalypse 
        game set from 2190 to the current entry being set in 2296. 
        The game series is a retrofuture where Nuclear amrageddon 
        falls upon the world and wipes it out, resulting in the survivors 
        who managed to survive to learn and adapt to the new deadly 
        world. 
        <img src="Images/LA_being_nuked.webp">
       </p>
       <img src="Images/NCR Ranger.jpg">
        </section>

        <footer>
            &copy; Micah Borell 2025
        </footer>


    </body>

</html>