<!DOCTYPE html>
<html>
  <head>
    <title>The Credits</title>
    <link rel="stylesheet" href="ctf.css" type="text/css">
  </head>
  <body>
    <h1>Credits</h1>

    <p>Dirtbags Capture the Flag is brought to you by:</p>

    <ul>
      <li>The number C</li>
      <li>The letters ع and ֆ</li>
    </ul>

    <p>And by:</p>
    <ul>
      <li>Alex Brugh</li>
      <li>Paul Ferrell</li>
      <li>Adam Glasgall</li>
      <li>Curtis Hash</li>
      <li>Aaron McPhall</li>
      <li>Erin Ochoa</li>
      <li>William Phillips</li>
      <li>Danny Quist</li>
    </ul>

    <p>Parts of this contest were inspired by:</p>
    <ul>
      <li>DC949</li>
      <li>Tube Warriors</li>
      <li>Bad people from around the world (screw you guys, seriously)</li>
    </ul>

    <p>Lastly, this contest would not exist were it not for hundreds of
      thousands of lines of code from free software authors around the
      world, including:</p>
    <ul>
      <li>Busybox and Buildroot</li>
      <li>the Linux kernel</li>
      <li>dnsmasq</li>
      <li>fnord httpd</li>
      <li>ngircd</li>
      <li>lua</li>
    </ul>
  </body>
</html>