mirror of https://github.com/dirtbags/moth.git
52 lines
1.2 KiB
HTML
52 lines
1.2 KiB
HTML
<!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>Jeremy Scott</li>
|
|
<li>Danny Quist</li>
|
|
<li>Adam Glasgall</li>
|
|
<li>Curtis Hash</li>
|
|
<li>Aaron McPhall</li>
|
|
<li>Patrick Avery</li>
|
|
<li>Erin Ochoa</li>
|
|
<li>William Phillips</li>
|
|
<li>Should your name be here? Please remind me!</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>
|