forked from turtlenet/service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.php
55 lines (55 loc) · 1.83 KB
/
credits.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
$t = "Credits";
?>
<html>
<head>
<title><?= $t; ?> - WiiNet </title>
<link rel="stylesheet" type="text/css" href="/data/css/credits.css">
</head>
<body>
<div style="text-align:center;">
<br><br><br><br><br><br><br><br><br>
<h1>Credits</h1>
Thanks for checking out WiiNet, and a special thank you to these people:
<h3>Development Team</h3>
HighSpeedTurtle - Founder/Lead Developer
<br>soafen - Former Developer/Graphic Designer
<br>fin - Developer (WiiNet Revived)
<!--<br>SketchMaster2001 - Developer/Hosting Partner
<br>Snoot Fox - Wii no Ma Assistance/Hosting Partner
<h3>Translators</h3>
Luna - Spanish/German/Finnish Translation
<br>giustino - Italian Translation
<br>soafen - Irish Translation
<br>Koops04 - Portuguese/French Translation
<h3>Testers</h3>
Toru
<br>Nich!
<br>Ionlyliveoffofmemes
<br>loopy_oof
<h3>Demo Testers</h3>
Snappy
<br>V1RTU3
<h3>OG's</h3>
funny
<br>legoman
<br>Obscure
<br>TMinusBlastedRocket
<br>AbuSlayer06
<br>AnimatorKidPlus
<br>b1ue64
<br>Cel
<br>Draconic NEO
<br>oliver_knudsen
<br>Igel
<br>Imora
<br>JoeNation
<br>Phonexus
<br>RFLEpicGamer
<br>terrawolf
<br>oscie
<br>Wbubbler-->
<br><br>And you, for providing us with helpful ideas and showing interest in the service.<br>Thank you! :><br><br>
<a href="../" ><img src="../img/Home.png" style="height:20px;"></a></div><br>
</body>
</html>