<!DOCTYPE html>
<html>
  <head>
    <link type="text/css" rel="stylesheet" href="stylesheets-gun/application.css">
  </head>
  <body>
    <h1 id="main-h1"></h1>
    <h1>Everything went black.</h1>
    <h1>When you opened your eyes, you were standing in a darkened room.</h1>
    <h1>A man is pointing his gun towards you from a few meters away.</h1>
    <h1><i>A gun is also in your hands pointed at him.</i></h1>
    <h1>You...</h1>
    <ul id ="main-menu">
      <li class="menu-item">
        <a href="shoot.html">Shoot him</a>
      </li>
      <li class="menu-item">
        <a href="run.html">Run</a>
      </li>
    </ul>
  </body>
</html>