mirror of https://github.com/dirtbags/moth.git
52 lines
1.1 KiB
HTML
52 lines
1.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>The Credits</title>
|
||
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Credits</h1>
|
||
|
|
||
|
<section>
|
||
|
<p>Dirtbags King of the Hill was created by:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Neale Pickett</li>
|
||
|
<li>Aaron McPhall</li>
|
||
|
<li>Russel Nolen</li>
|
||
|
<li>Patrick Avery</li>
|
||
|
<li>Kate Vajda</li>
|
||
|
<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>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 contests from:</p>
|
||
|
<ul>
|
||
|
<li>DC949</li>
|
||
|
<li>Tube Warriors</li>
|
||
|
<li>Sandia National Laboratories</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</li>
|
||
|
<li>Linux</li>
|
||
|
<li>dnsmasq</li>
|
||
|
<li>ngircd</li>
|
||
|
<li>lua</li>
|
||
|
</ul>
|
||
|
</section>
|
||
|
</body>
|
||
|
</html>
|