forked from mjdalton/Project-Butler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
leaderboards.php
42 lines (38 loc) · 1.02 KB
/
leaderboards.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
<?php
include_once 'header.php';
?>
<br><br><h2>Leaderboards</h2>
<div class="maincol">
<center><p>
1. superCool23: 1130<br>
2. mathRox: 1110<br>
3. divCurl4eva: 1100<br>
4. urintegralpal: 1070<br>
5. NiceCatsYes: 1040<br>
6. Ricepuddin: 1040<br>
7. 135yaboi: 1030<br>
8. schmorgasborg: 1010<br>
9. bsimon: 1000<br>
10. yahooobby: 1000<br>
11. NOFINALSPLS: 1000<br>
12. derivativefunction: 990<br>
13. 2plus2equals5: 980<br>
14. spaghettiANDmeatballs: 980<br>
15. LenaKitty: 970<br>
16. yaaaaaaaaaaasssssss: 970<br>
17. noi: 970<br>
18. genericmath265student: 970<br>
19. heck: 960<br>
20. howmanymoreusers: 950<br>
21. 2LongL1st: 950<br>
22. nevagonnagivuUP: 930<br>
23. sevensevenseven: 930<br>
24. STabIlo: 900<br>
25. udidit: 560<br>
</p></center>
<br>
</div>
<br><br><br><br><br><br><br> <!-- BS to make the footer stick to the bottom -->
<?php
include_once 'footer.php';
?>