<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <title>GameInformer - The Final Level</title>
    <!-- Google fonts-->
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
      rel="stylesheet"
    />
    <link
      href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
      rel="stylesheet"
    />

    <!-- Core theme CSS (includes Bootstrap)-->
    <link href="/css/styles.css" rel="stylesheet" />
  </head>
  <body>
    <div class="banner">
      <img src="/images/gi_logo.png" />
    </div>
    <div class="content">
      <span class="image">
        <img src="/images/gi_final_image.jpg" />
      </span>
      <span class="text">
        <h1>The Final Level: Farewell<br />from Game Informer</h1>
        <p>
          After 33 thrilling years of bringing you the latest news, reviews, and
          insights from the ever-evolving world of gaming, it is with a heavy
          heart that we announce the closure of Game Informer.
        </p>
        <br />
        <p>
          From the early days of pixelated adventures to today's immersive
          virtual realms, we've been honored to share this incredible journey
          with you, our loyal readers. While our presses may stop, the passion
          for gaming that we've cultivated together will continue to live on.
        </p>
        <br />
        <p>
          Thank you for being part of our epic quest, and may your own gaming
          adventures never end.
        </p>
      </span>
      <span class="image-mobile">
        <img src="/images/gi_final_image_mobile.jpg" />
      </span>
    </div>
  </body>
</html>
